-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "countly-sdk-js",
"version": "24.11.4",
"description": "Countly JavaScript SDK",
"type": "module",
"main": "Countly.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Countly/countly-sdk-js.git"
},
"keywords": [
"sdk",
"countly",
"js",
"analytics"
],
"author": "Countly (https://countly.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Countly/countly-sdk-js/issues"
},
"homepage": "https://github.com/Countly/countly-sdk-js#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@cypress/code-coverage": "^3.13.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"cypress": "^13.6.0",
"cypress-localstorage-commands": "^2.2.5",
"nyc": "^17.1.0",
"rollup": "^4.6.0"
}
}