-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 977 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@tencent/mplogd",
"version": "1.0.7",
"description": "Mplogd is intended to target user issues by storing opertion logs in indexedDB.",
"main": "dist/mplogd.js",
"scripts": {
"build": "rollup -c",
"pub": "npm run build && tnpm publish"
},
"keywords": [
"front-end log",
"IndexedDB"
],
"repository": {
"type": "git",
"url": "http://git.code.oa.com/dididong/mplogd.git"
},
"bugs": {
"url": "https://git.code.oa.com/dididong/mplogd/issues"
},
"author": "dididong",
"license": "ISC",
"devDependencies": {
"@tencent/eslint-config-tencent": "^0.12.2",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^7.13.0",
"rollup": "^1.22.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.24.3",
"rollup-plugin-uglify": "^6.0.3",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
}
}