-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.13 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
59
60
61
62
63
64
65
66
{
"name": "@eppo/js-client-sdk",
"version": "3.9.7",
"description": "Eppo SDK for client-side JavaScript applications",
"main": "dist/index.js",
"files": [
"/dist",
"/src",
"!*.spec.ts"
],
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint '**/*.ts' --cache",
"lint:fix": "eslint --fix '**/*.ts' --cache",
"lint:fix-pre-commit": "eslint -c .eslintrc.pre-commit.js --fix '**/*.ts' --no-eslintrc --cache",
"prepare": "make prepare",
"pre-commit": "lint-staged && tsc && yarn docs",
"typecheck": "tsc",
"test": "yarn test:unit",
"test:unit": "NODE_ENV=test jest '.*\\.spec\\.ts'",
"docs": "api-documenter markdown -i ./temp -o ./docs"
},
"jsdelivr": "dist/eppo-sdk.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Eppo-exp/js-client-sdk.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eppo-exp/js-client-sdk/issues"
},
"homepage": "https://github.com/Eppo-exp/js-client-sdk#readme",
"devDependencies": {
"@microsoft/api-documenter": "^7.26.3",
"@microsoft/api-extractor": "^7.48.1",
"@types/chrome": "^0.0.268",
"@types/jest": "^29.5.11",
"@types/spark-md5": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"terser-webpack-plugin": "^5.3.3",
"testdouble": "^3.20.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.2",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@eppo/js-client-sdk-common": "4.8.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}