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

35 lines
849 B
JSON
Raw Normal View History

2021-06-22 06:49:19 -05:00
{
"name": "@logto/schemas",
2021-07-04 08:18:00 -05:00
"version": "1.0.6",
2021-06-22 06:49:19 -05:00
"main": "lib/index.js",
"repository": "https://github.com/logto-io/schemas",
"author": "Logto",
"license": "UNLICENSED",
2021-06-27 12:16:28 -05:00
"files": [
"lib"
],
2021-06-22 06:49:19 -05:00
"scripts": {
2021-07-03 06:13:05 -05:00
"generate": "ts-node src/gen/index.ts && xo src/db-entries --fix",
2021-06-23 08:23:17 -05:00
"build": "yarn generate && rm -rf lib/ && tsc --p tsconfig.build.json",
2021-07-03 06:34:16 -05:00
"lint": "xo src/",
"prepare": "yarn build"
2021-06-22 06:49:19 -05:00
},
"engines": {
"node": "14",
"yarn": "1"
},
"devDependencies": {
2021-07-03 06:13:05 -05:00
"@logto/essentials": "^1.0.5",
"@types/lodash.uniq": "^4.5.6",
2021-06-22 11:07:51 -05:00
"@types/node": "14",
2021-06-23 08:23:17 -05:00
"@types/pluralize": "^0.0.29",
"camelcase": "^6.2.0",
2021-07-03 06:13:05 -05:00
"lodash.uniq": "^4.5.0",
2021-06-23 08:23:17 -05:00
"pluralize": "^8.0.0",
2021-06-22 11:07:51 -05:00
"ts-node": "^10.0.0",
2021-06-22 06:49:19 -05:00
"typescript": "^4.3.4",
"xo": "0.39.1"
2021-06-27 12:16:28 -05:00
},
"prettier": "@logto/essentials/.prettierrc.json"
2021-06-22 06:49:19 -05:00
}