create-may-app
Version:
Create vanilla apps with no build configuration.
42 lines (41 loc) • 799 B
JSON
{
"name": "create-may-app",
"version": "0.0.7",
"keywords": [
"may"
],
"description": "Create vanilla apps with no build configuration.",
"repository": {
"type": "git",
"url": "https://github.com/ndeviant/may.git",
"directory": "packages/create-may-app"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"bugs": {
"url": "https://github.com/ndeviant/may/issues"
},
"files": [
"index.js",
"createMayApp.js",
"yarn.lock.cached"
],
"bin": {
"create-may-app": "./index.js"
},
"dependencies": {
"chalk": "2.4.2",
"commander": "2.20.0",
"cross-spawn": "6.0.5",
"envinfo": "7.3.1",
"fs-extra": "7.0.1",
"hyperquest": "2.1.3",
"inquirer": "6.5.0",
"semver": "6.3.0",
"tar-pack": "3.4.1",
"tmp": "0.0.33",
"validate-npm-package-name": "3.0.0"
}
}