-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1015 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": "statsig-sidecar",
"version": "2.0.1-beta.6",
"description": "Statsig helps run simple web experiments by using a no-code visual editor.",
"jsdelivr": "dist/index.js",
"main": "dist/index.js",
"scripts": {
"local": "tsc && webpack --mode=production",
"build": "rm -rf dist/ && tsc && webpack --mode=production",
"prepare": "rm -rf dist/ && tsc && webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statsig-io/sidecar-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/statsig-io/sidecar-js/issues"
},
"homepage": "https://github.com/statsig-io/sidecar-js#readme",
"devDependencies": {
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@statsig/js-client": "^3.0.0",
"@statsig/web-analytics": "^3.0.0",
"install": "^0.13.0",
"npm": "^10.8.0"
}
}