UNPKG

noxus

Version:
34 lines (33 loc) 786 B
{ "name": "noxus", "version": "1.0.1", "description": "noxus 诺克萨斯脚手架", "main": "index.js", "bin": { "noxus": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "noxus" ], "author": "noxus", "license": "MIT", "homepage": "https://github.com/forgetallthing/noxus", "repository": { "type": "git", "url": "https://github.com/forgetallthing/noxus" }, "dependencies": { "chalk": "^4.1.2", "colors-console": "^1.0.3", "commander": "^8.2.0", "download-git-repo": "^3.0.2", "ejs": "^3.1.6", "open": "^8.4.0" }, "devDependencies": { "@types/node": "^16.11.4" } }