-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.64 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
{
"name": "@bucketeer/node-server-sdk",
"version": "0.4.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@types/node": "^22.13.0",
"@types/uuid": "^10.0.0",
"uuid": "^11.0.5",
"@bucketeer/evaluation": "0.0.1",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"google-protobuf": "^3.21.4"
},
"devDependencies": {
"@ava/babel": "2.0.0",
"@ava/typescript": "^5.0.0",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.7",
"@babel/preset-env": "7.26.7",
"@babel/preset-typescript": "7.26.0",
"@bazel/hide-bazel-files": "1.7.0",
"@bazel/rollup": "5.8.1",
"@bazel/terser": "5.8.1",
"@bazel/typescript": "5.8.1",
"@eslint/js": "^9.19.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node-fetch": "2.6.12",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"ava": "6.2.0",
"@types/sinon": "^17.0.3",
"sinon": "^19.0.2",
"cpx": "1.5.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"msw": "^2.7.0",
"node-fetch": "3.3.2",
"prettier": "3.4.2",
"rename-cli": "6.2.1",
"replace": "1.2.2",
"rollup": "^4.32.1",
"semver": "7.7.0",
"terser": "5.37.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"uglify-es": "3.3.9"
}
}