feathersjs/feathers

View on GitHub
packages/create-feathers/package.json

Summary

Maintainability
Test Coverage
{
  "name": "create-feathers",
  "description": "Create a new Feathers application",
  "version": "5.0.25",
  "homepage": "https://feathersjs.com",
  "bin": {
    "create-feathers": "./bin/create-feathers.js"
  },
  "type": "module",
  "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": ">= 18"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "lib/**",
    "bin/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "test": "bin/create-feathers.js --help"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@feathersjs/cli": "^5.0.25"
  },
  "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}