feathersjs/feathers

View on GitHub
packages/cli/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@feathersjs/cli",
  "description": "The command line interface for creating Feathers applications",
  "version": "5.0.25",
  "homepage": "https://feathersjs.com",
  "main": "lib/index.js",
  "type": "module",
  "bin": {
    "feathers": "./bin/feathers.js"
  },
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "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": ">= 14"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "lib/**",
    "lib/app/static/.gitignore",
    "bin/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "prepublish": "npm run compile",
    "compile": "shx rm -rf lib/ && tsc",
    "mocha": "mocha --timeout 60000 --config ../../.mocharc.json --require tsx --recursive test/**.test.ts test/**/*.test.ts",
    "test": "npm run compile && npm run mocha && bin/feathers.js --help"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@feathersjs/generators": "^5.0.25",
    "chalk": "^5.3.0",
    "commander": "^12.0.0"
  },
  "devDependencies": {
    "@feathersjs/adapter-commons": "^5.0.25",
    "@feathersjs/authentication": "^5.0.25",
    "@feathersjs/authentication-client": "^5.0.25",
    "@feathersjs/authentication-local": "^5.0.25",
    "@feathersjs/authentication-oauth": "^5.0.25",
    "@feathersjs/configuration": "^5.0.25",
    "@feathersjs/errors": "^5.0.25",
    "@feathersjs/express": "^5.0.25",
    "@feathersjs/feathers": "^5.0.25",
    "@feathersjs/knex": "^5.0.25",
    "@feathersjs/koa": "^5.0.25",
    "@feathersjs/mongodb": "^5.0.25",
    "@feathersjs/rest-client": "^5.0.25",
    "@feathersjs/schema": "^5.0.25",
    "@feathersjs/socketio": "^5.0.25",
    "@feathersjs/transport-commons": "^5.0.25",
    "@feathersjs/typebox": "^5.0.25",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.8",
    "@types/prettier": "^2.7.3",
    "axios": "^1.6.8",
    "mocha": "^10.4.0",
    "shx": "^0.3.4",
    "ts-node": "^10.9.2",
    "type-fest": "^4.18.1",
    "typescript": "^5.4.5"
  },
  "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}