{
  "name": "create-neon",
  "version": "0.7.0",
  "description": "Create Neon projects with no build configuration.",
  "type": "module",
  "exports": "./dist/src/bin/create-neon.js",
  "author": "Dave Herman <david.herman@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neon-bindings/neon/issues"
  },
  "homepage": "https://github.com/neon-bindings/neon#readme",
  "bin": {
    "create-neon": "dist/src/bin/create-neon.js"
  },
  "files": [
    "dist/src/**/*",
    "dist/data/**/*"
  ],
  "scripts": {
    "build": "tsc && rm -rf dist/data && cp -r data dist/data/ && ls -R dist/data",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build",
    "test": "mocha",
    "manual-interactive-test": "npm run build && rm -rf create-neon-manual-test-project && node ./dist/src/bin/create-neon.js create-neon-manual-test-project",
    "manual-test": "npm run build && rm -rf create-neon-manual-test-project && node ./dist/src/bin/create-neon.js --lib --yes create-neon-manual-test-project"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neon-bindings/neon.git"
  },
  "keywords": [
    "neon"
  ],
  "devDependencies": {
    "@tsconfig/node18": "^18.2.2",
    "@types/chai": "^4.3.11",
    "@types/command-line-args": "^5.2.3",
    "@types/command-line-usage": "^5.0.4",
    "@types/handlebars-helpers": "^0.5.6",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.10.1",
    "chai": "^4.3.10",
    "execa": "^8.0.1",
    "mocha": "^10.2.0",
    "stream-to-string": "^1.2.1",
    "toml": "^3.0.0",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "@neon-rs/manifest": "^0.2.1",
    "chalk": "^5.3.0",
    "command-line-args": "^5.2.1",
    "command-line-usage": "^7.0.1",
    "handlebars": "^4.7.8",
    "handlebars-helpers": "^0.10.0"
  }
}
