-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 747 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 747 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
{
"version": "2.32.8-0",
"name": "@kmamal/build-sdl",
"description": "build-sdl",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:kmamal/build-sdl.git"
},
"scripts": {
"install": "cd scripts && node install.mjs",
"download-release": "cd scripts && node download-release.mjs",
"build": "cd scripts && node build.mjs",
"download-sdl": "cd scripts && node download-sdl.mjs",
"configure": "cd scripts && node configure.mjs",
"make": "cd scripts && node make.mjs",
"upload-release": "cd scripts && node upload-release.mjs",
"release": "cd scripts && node release.mjs",
"clean": "cd scripts && node clean.mjs"
},
"license": "MIT",
"dependencies": {
"tar": "^7.4.3"
}
}