-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 867 Bytes
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
{
"name": "thinkingdata-browser",
"version": "2.6.1",
"description": "The official ThinkingData JavaScript browser client library",
"scripts": {
"lint": "eslint ./src",
"build": "npm run lint; ./build.sh",
"start": "pushd example; python -m SimpleHTTPServer 8080; popd",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^6.0.1",
"happy-dom": "^20.10.6",
"jsdom": "^29.1.1",
"rollup": "^1.16.7",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-replace": "^2.2.0",
"uglify-js": "^3.19.3",
"vitest": "^4.1.10"
}
}