-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1003 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
{
"name": "marlin_auto_build",
"version": "1.0.13",
"description": "Continuous automatic builds of the Marlin 3d-printer firmware",
"main": "lib/runner.js",
"scripts": {
"watch": "tsc -w",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zisismaras/marlin_auto_build.git"
},
"author": {
"name": "Zisis Maras",
"email": "contact@zisismaras.me"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/zisismaras/marlin_auto_build/issues"
},
"homepage": "https://github.com/zisismaras/marlin_auto_build#readme",
"dependencies": {
"axios": "0.24.0",
"chalk": "4.1.2",
"dayjs": "1.10.7",
"p-retry": "4.6.1",
"semver": "7.5.4",
"zod": "3.11.6"
},
"devDependencies": {
"@types/node": "16.10.1",
"@types/semver": "7.5.0",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"eslint": "7.31.0",
"typescript": "4.5.4"
}
}