-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
73
74
{
"name": "heimdallr-sdk",
"version": "0.1.2",
"private": true,
"license": "MIT",
"author": "LuciferHuang",
"packageManager": "pnpm@9.7.1",
"scripts": {
"dev": "cross-env NODE_ENV=development node ./scripts/run.js",
"build": "cross-env NODE_ENV=production node ./scripts/run.js",
"commit": "node ./scripts/commit.js",
"prisma": "npx prisma db push --schema ./playground/server/schema.prisma",
"prepare": "husky install",
"lint": "eslint packages",
"lint-staged": "lint-staged",
"commitlint": "commitlint --config commitlint.config.js -e -V",
"changeset": "changeset",
"update-changelog": "changeset version",
"release": "changeset publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuciferHuang/heimdallr-sdk.git"
},
"keywords": [
"heimdallr",
"error",
"performance",
"sourcemap",
"collect",
"broswer",
"node",
"wechat",
"vue"
],
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@prisma/client": "^4.2.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/wechat-miniprogram": "^3.4.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"body-parser": "^1.20.0",
"boxen": "^5.1.2",
"browser-sync": "^2.27.10",
"chalk": "^4.1.2",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.14.49",
"eslint": "^8.20.0",
"eslint-plugin-html": "^7.0.0",
"husky": "^8.0.1",
"inquirer": "^8.1.5",
"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-dts": "^6.1.1",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-sizes": "^1.0.4",
"source-map": "^0.7.4",
"ts-node": "^10.8.2",
"tslib": "^2.4.0",
"typescript": "^4.9.5"
}
}