@atcute/frontpage
Version:
Frontpage (fyi.unravel.frontpage.*) schema definitions
52 lines • 1.2 kB
JSON
{
"type": "module",
"name": "@atcute/frontpage",
"version": "2.0.0",
"description": "Frontpage (fyi.unravel.frontpage.*) schema definitions",
"keywords": [
"atcute",
"atproto",
"frontpage"
],
"license": "0BSD",
"repository": {
"url": "https://github.com/mary-ext/atcute",
"directory": "packages/definitions/frontpage"
},
"files": [
"dist/",
"lib/",
"!lib/**/*.bench.ts",
"!lib/**/*.test.ts"
],
"exports": {
".": "./dist/index.js",
"./types/*": "./dist/lexicons/types/*.js"
},
"dependencies": {
"@atcute/atproto": "^3.1.9",
"@atcute/lexicons": "^1.2.5"
},
"devDependencies": {
"@atcute/frontpage": "file:",
"@atcute/lex-cli": "^2.4.0"
},
"atcute:lexicons": {
"mappings": {
"fyi.unravel.frontpage.*": {
"type": "namespace",
"path": "./types/{{nsid}}"
},
"fyi.frontpage.*": {
"type": "namespace",
"path": "./types/{{nsid}}"
}
}
},
"scripts": {
"build": "tsc",
"pull": "lex-cli pull -c ./lex.config.js",
"generate": "rm -r ./lib/lexicons/; lex-cli generate -c ./lex.config.js",
"prepublish": "rm -rf dist; pnpm run build"
}
}