@wangofnextdoor/zlblog
Version:
浙里办日志和老年模式工具包
37 lines • 764 B
JSON
{
"name": "@wangofnextdoor/zlblog",
"version": "1.0.0",
"description": "浙里办日志和老年模式工具包",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"浙里办",
"日志",
"埋点",
"老年模式"
],
"author": "Bainuo Team",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^4.9.0",
"rimraf": "^3.0.2"
},
"peerDependencies": {
"@tarojs/taro": "^3.0.0"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/bainuo/zlblog.git"
}
}