@tecfancy/log
Version:
41 lines (40 loc) • 839 B
JSON
{
"name": "@tecfancy/log",
"version": "0.0.4",
"description": "TecFancy Log",
"keywords": [
"TecFancy",
"Log"
],
"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__/log.test.js"
},
"bugs": {
"url": "https://github.com/TecFancy/tecfancy-cli/issues"
},
"dependencies": {
"npmlog": "^7.0.1"
},
"devDependencies": {
"@types/npmlog": "^7.0.0"
},
"gitHead": "9cd145d84c388a4c6412d40d17f65bf7bb147bdc"
}