0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/schemas/package.json
2021-07-25 17:40:51 +08:00

34 lines
873 B
JSON

{
"name": "@logto/schemas",
"version": "1.1.0-rc.1",
"main": "lib/index.js",
"repository": "https://github.com/logto-io/schemas",
"author": "Logto",
"license": "UNLICENSED",
"files": [
"lib"
],
"scripts": {
"generate": "ts-node src/gen/index.ts && xo src/db-entries --fix",
"build": "yarn generate && rm -rf lib/ && tsc --p tsconfig.build.json",
"lint": "xo src/",
"prepare": "yarn build"
},
"engines": {
"node": ">=14.15.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"@logto/essentials": "^1.1.0-rc.0",
"@types/lodash.uniq": "^4.5.6",
"@types/node": "14",
"@types/pluralize": "^0.0.29",
"camelcase": "^6.2.0",
"lodash.uniq": "^4.5.0",
"pluralize": "^8.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.4",
"xo": "0.39.1"
},
"prettier": "@logto/essentials/.prettierrc.json"
}