@tecfancy/set-env-variables
Version:
TecFancy set-env-variables
35 lines (34 loc) • 789 B
JSON
{
"name": "@tecfancy/set-env-variables",
"version": "0.0.4",
"description": "TecFancy set-env-variables",
"keywords": [
"TecFancy",
"set-env-variables"
],
"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__/set-env-variables.test.js"
},
"bugs": {
"url": "https://github.com/TecFancy/tecfancy-cli/issues"
},
"gitHead": "9cd145d84c388a4c6412d40d17f65bf7bb147bdc"
}