27 lines
501 B
JSON
27 lines
501 B
JSON
{
|
|
"name": "create-payload-app",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"create-payload-app": "bin/cli.js"
|
|
},
|
|
"files": [
|
|
"package.json",
|
|
"bin",
|
|
"utils",
|
|
"templates"
|
|
],
|
|
"dependencies": {
|
|
"@sindresorhus/slugify": "^1.1.0",
|
|
"arg": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"command-exists": "^1.2.9",
|
|
"execa": "^5.0.0",
|
|
"figures": "^3.2.0",
|
|
"fs-extra": "^9.0.1",
|
|
"ora": "^5.1.0",
|
|
"prompts": "^2.4.0",
|
|
"terminal-link": "^2.1.1"
|
|
},
|
|
"version": "0.1.12"
|
|
}
|