mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@feathersjs/tests",
|
|
"private": true,
|
|
"description": "Feathers core module common tests",
|
|
"version": "4.5.3",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"keywords": [
|
|
"feathers"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/feathers"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feathersjs/feathers.git"
|
|
},
|
|
"author": {
|
|
"name": "Feathers contributors",
|
|
"email": "hello@feathersjs.com",
|
|
"url": "https://feathersjs.com"
|
|
},
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm run compile",
|
|
"compile": "shx rm -rf lib/ && tsc",
|
|
"test": "npm run compile && npm run mocha",
|
|
"mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/feathers": "^4.5.3",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/lodash": "^4.14.157",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^14.0.22",
|
|
"mocha": "^8.0.1",
|
|
"shx": "^0.3.2",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.9.6"
|
|
}
|
|
}
|