-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 845 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 845 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
{
"name": "commitcrawler",
"version": "1.1.0",
"description": "",
"main": "commitInterceptor.js",
"scripts": {
"changeset": "changeset",
"version": "changeset version && node scripts/sync-version.js && npm install --package-lock-only",
"release": "changeset publish",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js --mode=development --watch",
"postbuild": "cp -r public/* dist/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@types/chrome": "^0.0.xxx",
"glob": "^11.0.1",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}