-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 836 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 836 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
28
29
30
31
{
"version": "1.0.14-prealpha",
"description": "",
"main": "index.ts",
"type": "module",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"@types/jsdom": "^21.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"rollup": "^4.34.6",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
},
"scripts": {
"test": "jest",
"build": "node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c && node scripts/update-package-json.js"
}
}