{ "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" }