packages/schema/package.json
{
"name": "@feathersjs/schema",
"description": "A common data schema definition format",
"version": "5.0.31",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
},
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git",
"directory": "packages/schema"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 12"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**",
"*.d.ts",
"*.js"
],
"scripts": {
"prepublish": "npm run compile",
"pack": "npm pack --pack-destination ../generators/test/build",
"compile": "shx rm -rf lib/ && tsc && npm run pack",
"mocha": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts",
"test": "npm run compile && npm run mocha"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/adapter-commons": "^5.0.31",
"@feathersjs/commons": "^5.0.31",
"@feathersjs/errors": "^5.0.31",
"@feathersjs/feathers": "^5.0.31",
"@feathersjs/hooks": "^0.9.0",
"@types/json-schema": "^7.0.15",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"json-schema-to-ts": "^3.1.1"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.31",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.4",
"ajv-formats": "^3.0.1",
"mocha": "^10.8.2",
"shx": "^0.3.4",
"typescript": "^5.5.4"
},
"peerDependencies": {
"typescript": ">=5.6"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}