mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"name": "@feathersjs/koa",
|
|
"description": "Feathers KoaJS framework bindings and REST provider",
|
|
"version": "5.0.0-pre.34",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"types": "lib/",
|
|
"keywords": [
|
|
"feathers",
|
|
"koajs"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feathersjs/feathers.git",
|
|
"directory": "packages/koa"
|
|
},
|
|
"author": {
|
|
"name": "Feathers contributors",
|
|
"email": "hello@feathersjs.com",
|
|
"url": "https://feathersjs.com"
|
|
},
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"src/**",
|
|
"lib/**",
|
|
"*.d.ts",
|
|
"*.js"
|
|
],
|
|
"scripts": {
|
|
"prepublish": "npm run compile",
|
|
"pack": "npm pack --pack-destination ../cli/test/build",
|
|
"compile": "shx rm -rf lib/ && tsc && npm run pack",
|
|
"test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@feathersjs/authentication": "^5.0.0-pre.34",
|
|
"@feathersjs/commons": "^5.0.0-pre.34",
|
|
"@feathersjs/errors": "^5.0.0-pre.34",
|
|
"@feathersjs/transport-commons": "^5.0.0-pre.34",
|
|
"@koa/cors": "^4.0.0",
|
|
"@types/koa": "^2.13.5",
|
|
"@types/koa-bodyparser": "^4.3.10",
|
|
"@types/koa-qs": "^2.0.0",
|
|
"@types/koa-static": "^4.0.2",
|
|
"@types/koa__cors": "^3.3.0",
|
|
"koa": "^2.13.4",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-compose": "^4.1.0",
|
|
"koa-qs": "^3.0.0",
|
|
"koa-static": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/authentication-local": "^5.0.0-pre.34",
|
|
"@feathersjs/feathers": "^5.0.0-pre.34",
|
|
"@feathersjs/memory": "^5.0.0-pre.34",
|
|
"@feathersjs/tests": "^5.0.0-pre.34",
|
|
"@types/koa-compose": "^3.2.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^18.11.10",
|
|
"axios": "^1.2.0",
|
|
"mocha": "^10.1.0",
|
|
"shx": "^0.3.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132"
|
|
}
|