{ "name": "create-solana-program", "version": "0.2.7", "description": "An easy way to start a Solana program", "type": "module", "bin": { "create-solana-program": "outfile.cjs" }, "files": [ "locales", "outfile.cjs", "template" ], "engines": { "node": ">=v18.0.0" }, "scripts": { "build": "./scripts/build.mjs", "lint": "prettier -c .", "lint:fix": "prettier --write .", "prepublishOnly": "./scripts/prepublish.mjs", "snapshot": "pnpm build && ./scripts/snapshot.mjs", "test": "pnpm snapshot --test" }, "repository": { "type": "git", "url": "git+https://github.com/solana-program/create-solana-program.git" }, "keywords": [], "license": "MIT", "bugs": { "url": "https://github.com/solana-program/create-solana-program/issues" }, "homepage": "https://github.com/solana-program/create-solana-program#readme", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1", "@tsconfig/node20": "^20.1.2", "@types/eslint": "^8.56.5", "@types/node": "^20.11.24", "@types/nunjucks": "^3.2.6", "@types/prompts": "^2.4.9", "chalk": "^5.3.0", "esbuild": "^0.18.20", "gradient-string": "^2.0.2", "nunjucks": "^3.2.4", "prettier": "^3.2.5", "prompts": "^2.4.2", "zx": "^7.2.3" }, "packageManager": "pnpm@9.1.0" }