-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-below-node-16.json
37 lines (37 loc) · 1.08 KB
/
package-below-node-16.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
{
"name": "vwo-fme-node-sdk",
"description": "VWO Node SDK for Feature Management and Experimentation",
"scripts": {
"check:versions": "node -e 'require(\"./scripts/check-versions\")'",
"test:coverage": "jest --coverage --coverageDirectory=coverage && cat ./coverage/lcov.info",
"tsc": "yarn check:versions && tsc -w",
"typedoc": "typedoc lib/*.ts lib/**/*.ts lib/**/**/*.ts"
},
"license": "Apache-2.0",
"dependencies": {
"murmurhash": "^1.0.x",
"superstruct": "^0.14.x",
"uuid": "^9.0.1",
"vwo-fme-sdk-log-messages": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/jest": "^25.x.x",
"@types/node": "^20.12.7",
"babel-jest": "^25.x.x",
"express": "^4.19.2",
"jest": "^25.x.x",
"semver": "^7.6.0",
"shelljs": "^0.8.5",
"typescript": "4.9.x",
"vwo-fme-sdk-e2e-test-settings-n-cases": "^1.0.0"
},
"engineStrict": true,
"engines": {
"node": ">= 8.9.0",
"yarn": ">= 1.22.17",
"nodeLint": ">= 18.18.0"
}
}