@tomatoes/logger
Version:
Lightweight front end logging tool
35 lines (34 loc) • 808 B
JSON
{
"name": "@tomatoes/logger",
"version": "1.0.21",
"description": "Lightweight front end logging tool",
"main": "lib/index.js",
"typings": "types/index.d.ts",
"scripts": {
"build": "./build.sh",
"test": "cd test && yarn serve"
},
"repository": "git@github.com:g0ngjie/tomatoes-logger.git",
"author": "Gj <gongjie0422@163.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/g0ngjie/tomatoes-logger/issues"
},
"homepage": "https://github.com/g0ngjie/tomatoes-logger",
"keywords": [
"logger",
"front-end",
"web log",
"tomatoes",
"front-end logger"
],
"files": [
"lib",
"types/*.d.ts"
],
"devDependencies": {
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2"
}
}