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:50 +08:00

31 lines
728 B
JSON

{
"name": "@logto/schemas",
"version": "1.0.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",
"build": "yarn generate && rm -rf lib/ && tsc --p tsconfig.build.json",
"lint": "xo src/"
},
"engines": {
"node": "14",
"yarn": "1"
},
"devDependencies": {
"@logto/essentials": "^1.0.2",
"@types/node": "14",
"@types/pluralize": "^0.0.29",
"camelcase": "^6.2.0",
"pluralize": "^8.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.4",
"xo": "0.39.1"
},
"prettier": "@logto/essentials/.prettierrc.json"
}