-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 977 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "nodeslicer",
"version": "0.2.0",
"description": "Wrapper for PrusaSlicer",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/adius/nodeslicer.git"
},
"keywords": [
"3d-printing",
"3d",
"cad",
"g-code",
"gcode",
"prusa",
"prusaslicer",
"slic3r",
"slicer",
"stl"
],
"author": "Adrian Sieber <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adius/nodeslicer/issues"
},
"homepage": "https://github.com/adius/nodeslicer",
"dependencies": {
"@types/clone": "^2.1.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@types/temp": "^0.9.4",
"@types/tv4": "^1.2.33",
"clone": "^2.1.2",
"js-yaml": "^4.1.0",
"json-schema-defaults": "0.4.0",
"temp": "^0.9.4",
"tv4": "^1.3.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.4.5"
}
}