@nomadmystic/wordpress-scaffold-cli
Version:
This project is created to speed up WordPress development
60 lines (59 loc) • 2.01 kB
JSON
{
"name": "@nomadmystic/wordpress-scaffold-cli",
"version": "0.8.6",
"description": "This project is created to speed up WordPress development",
"main": "index.js",
"type": "module",
"scripts": {
"dev:project-init": "node ./dist/bin/scaffold-project-init.js",
"dev:plugin": "node ./dist/bin/scaffold-plugin.js",
"dev:theme": "node ./dist/bin/scaffold-theme.js",
"dev:wps": "./dist/bin/commander-cli.js",
"dev:tsc": "tsc --watch --project ./",
"dev": "npm run dev:tsc",
"production:build": "tsc --project ./",
"postpack": "tsc --project ./"
},
"bin": {
"wps-scaffold-project-init": "./dist/bin/scaffold-project-init.js",
"wps-scaffold-plugin": "./dist/bin/scaffold-plugin.js",
"wps-scaffold-theme": "./dist/bin/scaffold-theme.js",
"wps": "./dist/bin/commander-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomad-mystic/wordpress-scaffold-cli.git"
},
"keywords": [
"WordPress",
"Scaffold",
"CLI"
],
"author": "nomadmystics@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/nomad-mystic/wordpress-scaffold-cli/issues"
},
"homepage": "https://github.com/nomad-mystic/wordpress-scaffold-cli#readme",
"dependencies": {
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.0",
"@types/lodash": "^4.14.196",
"@types/node": "^20.5.0",
"@types/shelljs": "^0.8.12",
"colors": "^1.4.0",
"commander": "^11.0.0",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.0",
"fs-extra": "^10.0.0",
"fuzzy": "^0.1.3",
"glob": "^10.3.3",
"inquirer": "^9.0.0",
"inquirer-autocomplete-prompt": "^3.0.0",
"lodash": "^4.17.21",
"node-fetch": "^3.2.0",
"pascal-case": "^3.1.2",
"shelljs": "^0.8.5",
"typescript": "^5.1.6"
}
}