@feathersjs/feathers
Version:
A framework for real-time applications and REST API with JavaScript and TypeScript
75 lines (74 loc) • 1.95 kB
JSON
{
"name": "@feathersjs/feathers",
"description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
"version": "5.0.33",
"homepage": "http://feathersjs.com",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git",
"directory": "packages/feathers"
},
"keywords": [
"feathers",
"REST",
"socket.io",
"realtime"
],
"main": "lib/",
"types": "lib/",
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
},
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"directories": {
"lib": "lib"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**",
"*.d.ts",
"*.js"
],
"scripts": {
"write-version": "node -e \"console.log('export default \\'' + require('./package.json').version + '\\'')\" > src/version.ts",
"reset-version": "node -e \"console.log('export default \\'development\\'')\" > src/version.ts",
"prepublish": "npm run compile",
"version": "npm run write-version",
"publish": "npm run reset-version",
"pack": "npm pack --pack-destination ../generators/test/build",
"compile": "shx rm -rf lib/ && tsc && npm run pack",
"test": "mocha --config ../../.mocharc.json --recursive test/"
},
"engines": {
"node": ">= 12"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.33",
"@feathersjs/hooks": "^0.9.0",
"events": "^3.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.5",
"mocha": "^11.1.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4"
}