{ "name": "@feathersjs/tests", "private": true, "description": "Feathers core module common tests", "version": "5.0.0-pre.34", "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", "pack": "echo \"not necessary\"", "test": "echo \"not necessary\"", "compile": "shx rm -rf lib/ && tsc" }, "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "dependencies": { "@types/lodash": "^4.14.191", "axios": "^1.2.0", "lodash": "^4.17.21" }, "devDependencies": { "@feathersjs/feathers": "^5.0.0-pre.34", "@types/mocha": "^10.0.1", "@types/node": "^18.11.10", "mocha": "^10.1.0", "shx": "^0.3.4", "ts-node": "^10.9.1", "typescript": "^4.9.3" } }