-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 836 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"devDependencies": {
"aberlaas": "1.25.0"
},
"dependencies": {
"@octokit/rest": "18.12.0",
"clear": "0.1.0",
"firost": "2.17.0",
"git-remote-origin-url": "3.1.0",
"golgoth": "2.1.0",
"growl": "1.10.5",
"minimist": "1.2.8",
"open": "8.4.2",
"parse-github-repo-url": "1.4.1"
},
"files": [
"bin/",
"lib/*.js",
"lib/helpers/*.js"
],
"bin": {
"prst": "bin/prst"
},
"license": "MIT",
"main": "lib/main.js",
"name": "prst",
"scripts": {
"ci": "./scripts/ci",
"husky:precommit": "./scripts/husky-precommit",
"lint": "./scripts/lint",
"lint:fix": "./scripts/lint-fix",
"release": "./scripts/release",
"test": "./scripts/test",
"test:watch": "./scripts/test-watch"
},
"version": "0.4.0",
"engines": {
"node": ">=14.17.0"
}
}