-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
49 lines (49 loc) · 1.51 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
{
"name": "clevertap-web-sdk",
"version": "1.11.10",
"description": "",
"main": "clevertap.js",
"scripts": {
"build": "MODE=WEB rollup --config rollup.config.js",
"build_sw": "MODE=SERVICE_WORKER rollup --config rollup.config.js",
"test": "eslint --fix test && jest",
"test:coverage": "rm -rf coverage && jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CleverTap/clevertap-web-sdk.git"
},
"keywords": [
"clevertap",
"web-sdk"
],
"author": "CleverTap",
"license": "MIT",
"bugs": {
"url": "https://github.com/CleverTap/clevertap-web-sdk/issues"
},
"homepage": "https://github.com/CleverTap/clevertap-web-sdk#readme",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.4.2",
"babel-jest": "^26.6.3",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.4.2",
"rollup": "^2.26.5",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2"
}
}