feathersjs/feathers

View on GitHub
packages/tests/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@feathersjs/tests",
  "private": true,
  "description": "Feathers core module common tests",
  "version": "5.0.25",
  "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.17.0",
    "axios": "^1.6.8",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@feathersjs/feathers": "^5.0.25",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.8",
    "mocha": "^10.4.0",
    "shx": "^0.3.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}