mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "@feathersjs/tests",
|
|
"private": true,
|
|
"description": "Feathers core module common tests",
|
|
"version": "5.0.0-pre.26",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"types": "lib/",
|
|
"keywords": [
|
|
"feathers"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/daffl"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feathersjs/feathers.git",
|
|
"directory": "packages/tests"
|
|
},
|
|
"author": {
|
|
"name": "Feathers contributors",
|
|
"email": "hello@feathersjs.com",
|
|
"url": "https://feathersjs.com"
|
|
},
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm run compile",
|
|
"compile": "shx rm -rf lib/ && tsc",
|
|
"test": "npm run compile"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.182",
|
|
"axios": "^0.27.2",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/feathers": "^5.0.0-pre.26",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/node": "^18.0.1",
|
|
"mocha": "^10.0.0",
|
|
"shx": "^0.3.4",
|
|
"ts-node": "^10.8.2",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|