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