-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 950 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
{
"name": "script-template",
"version": "1.0.0",
"type": "module",
"author": "",
"license": "Unlicense",
"description": "A Rollup+TypeScript template for a project based on the slicer scripting API.",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"format": "prettier . --write"
},
"dependencies": {
"@run-slicer/script": "^0.8.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^22.5.4",
"prettier": "^3.3.3",
"rollup": "^4.21.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}