-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
{
"name": "scramjet-release-tools",
"version": "1.5.11",
"description": "Set of tools used to release scramjet and releated projects.",
"main": "lib/index.js",
"bin": {
"scramjet-tool-release": "bin/release.js",
"scramjet-tool-update": "bin/update.js",
"scramjet-tool-changelog": "bin/changelog.js",
"scramjet-tool-publish": "bin/publish.js",
"scramjet-tool-push-docs": "bin/push-docs.js"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/scramjetorg/scramjet-release-tools.git"
},
"author": "Signicode <open-source@signicode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/scramjetorg/scramjet-release-tools/issues"
},
"homepage": "https://github.com/scramjetorg/scramjet-release-tools#readme",
"devDependencies": {
"@types/node": "^18.7.8",
"eslint": "^8.22.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-scramjet": "^3.0.0",
"eslint-plugin-node": "^11.1.0"
},
"dependencies": {
"execspawn": "^1.0.1",
"loglevel": "^1.8.0",
"minimist": "^1.2.6",
"node-fetch": "<3",
"scramjet": "^4.36.8",
"semver": "^7.3.7"
}
}