@tecfancy/init
Version:
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "@tecfancy/init",
"version": "0.0.7",
"description": "TecFancy Init",
"keywords": [
"TecFancy",
"Init"
],
"author": "TecFancy <admin@icoder.ac.cn>",
"homepage": "https://github.com/TecFancy/tecfancy-cli#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"src": "src",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TecFancy/tecfancy-cli.git"
},
"scripts": {
"test": "node ./__tests__/init.test.js"
},
"bugs": {
"url": "https://github.com/TecFancy/tecfancy-cli/issues"
},
"dependencies": {
"@tecfancy/clear-last-line": "^0.0.4",
"@tecfancy/const": "^0.0.4",
"@tecfancy/log": "^0.0.4",
"@tecfancy/set-env-variables": "^0.0.4",
"@tecfancy/spinner": "^0.0.4",
"axios": "^1.6.5",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12",
"npminstall": "^7.12.0",
"semver": "^7.5.4"
},
"devDependencies": {
"@types/semver": "^7.5.6"
},
"gitHead": "c1ee20c1a0029d6689ce7bcdda96f3eac1fa2c6f"
}