-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 866 Bytes
/
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
{
"name": "tartaruga-project",
"private": true,
"scripts": {
"build": "npm run build --workspaces --if-present",
"dev": "npm run dev --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present"
},
"keywords": [],
"author": "René Schober <[email protected]> (https://t2rtl3.dev/)",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.7.9",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
}
}