forked from LuciferHuang/heimdallr-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "heimdallr-sdk",
"version": "0.0.12",
"private": true,
"license": "MIT",
"author": "LuciferHuang",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run --stream --sort build",
"dev": "lerna run --parallel dev",
"prisma": "npx prisma db push --schema ./packages/server/schema.prisma",
"prepare": "husky install",
"lint": "eslint packages",
"lint-staged": "lint-staged",
"commitlint": "commitlint --config commitlint.config.js -e -V",
"publish:lerna": "lerna publish from-package",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuciferHuang/heimdallr-sdk.git"
},
"keywords": [
"heimdallr",
"error",
"performance",
"sourcemap",
"collect",
"broswer",
"node",
"wechat",
"vue"
],
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@prisma/client": "^4.2.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/wechat-miniprogram": "^3.4.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"body-parser": "^1.20.0",
"browser-sync": "^2.27.10",
"esbuild": "^0.14.49",
"eslint": "^8.20.0",
"eslint-plugin-html": "^7.0.0",
"husky": "^8.0.1",
"lerna": "^5.1.8",
"lint-staged": "^13.0.3",
"multer": "^1.4.5-lts.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.76.0",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"source-map": "^0.7.4",
"standard-version": "^9.5.0",
"ts-node": "^10.8.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}