-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 945 Bytes
/
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
{
"name": "@flareapp/flare-webpack-plugin-sourcemap",
"version": "1.2.0",
"main": "dist",
"license": "MIT",
"scripts": {
"watch": "$npm_execpath run tsc --w -noEmit",
"watch-build": "$npm_execpath run tsc --w",
"build": "$npm_execpath run tsc",
"prepublishOnly": "$npm_execpath run build"
},
"homepage": "https://flareapp.io",
"repository": {
"type": "git",
"url": "git+https://github.com/facade/flare-webpack-plugin-sourcemap.git"
},
"bugs": {
"url": "https://github.com/facade/flare-webpack-plugin-sourcemap/issues"
},
"devDependencies": {
"@types/webpack": "^4.0.0",
"typescript": "^4.6.2",
"webpack": "^4.0.0"
},
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"axios": "^0.21.2"
},
"publishConfig": {
"access": "public"
}
}