forked from pixelastic/prst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 791 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 791 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
{
"devDependencies": {
"aberlaas": "1.13.3"
},
"dependencies": {
"@octokit/rest": "18.0.9",
"clear": "0.1.0",
"firost": "2.0.6",
"git-remote-origin-url": "3.1.0",
"golgoth": "1.5.0",
"growl": "1.10.5",
"minimist": "1.2.5",
"open": "7.3.0",
"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.1.6"
}