create-octoherd-script
Version:
CLI to create a new folder and repository for an Octoherd Script
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "create-octoherd-script",
"version": "1.7.19",
"description": "CLI to create a new folder and repository for an Octoherd Script",
"type": "module",
"exports": "./cli.js",
"bin": {
"create-octoherd-script": "cli.js"
},
"repository": "github:octoherd/create-octoherd-script",
"keywords": [
"npm-init",
"octoherd"
],
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "ISC",
"scripts": {
"lint": "prettier --check 'lib/*.js' cli.js '**/*.md' '**/*.json'",
"lint:fix": "prettier --write 'lib/*.js' cli.js '**/*.md' '**/*.json'",
"test": "npm run lint"
},
"dependencies": {
"@octokit/auth-oauth-device": "^8.0.0",
"@octokit/core": "^7.0.0",
"camelcase": "^8.0.0",
"clipboardy": "^4.0.0",
"decamelize": "^6.0.0",
"execa": "^9.0.0",
"inquirer": "^12.0.0",
"prettier": "^3.0.0",
"spdx-license-list": "^6.3.0"
},
"devDependencies": {
"@types/node": "^22.0.0"
},
"engines": {
"node": ">= 18"
}
}