{
  "name": "@feathershq/pinion",
  "description": "A fast and typesafe code generator",
  "version": "0.3.5",
  "homepage": "https://feathersjs.com",
  "main": "lib/",
  "keywords": [
    "pinion",
    "generator",
    "typescript"
  ],
  "bin": {
    "pinion": "./bin/pinion"
  },
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathershq/pinion.git"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathershq/pinion/issues"
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "prepublish": "npm run compile",
    "compile": "shx rm -rf lib/ && tsc",
    "test": "shx rm -rf test/tmp && mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
  },
  "directories": {
    "lib": "lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/inquirer": "^8.2.1",
    "@types/yargs": "^17.0.10",
    "chalk": "^4.0.1",
    "inquirer": "^8.0.0",
    "ts-node": "^10.9.1",
    "yargs": "^17.5.1"
  },
  "devDependencies": {
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.6.3",
    "mocha": "^10.0.0",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4"
  },
  "gitHead": "03f361e7ec60eecfe22e29ed7d3b96b379f64cf1"
}
