-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 954 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
40
41
42
43
44
{
"name": "scritch",
"version": "1.3.1",
"description": "A small CLI to help you write sharable scripts for your team",
"keywords": [
"bash",
"bin",
"build",
"cli",
"javascript",
"python",
"scripting",
"scripts",
"share",
"shell"
],
"homepage": "https://github.com/jamiebuilds/scritch#readme",
"bugs": {
"url": "https://github.com/jamiebuilds/scritch/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamiebuilds/scritch.git"
},
"license": "MIT",
"author": "Jamie Kyle <me@thejameskyle.com>",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "ava"
},
"dependencies": {
"cross-spawn": "^6.0.5",
"executable": "^4.1.1",
"meow": "^5.0.0",
"read-pkg-up": "^4.0.0",
"readdir-withfiletypes": "^1.0.2",
"strip-ansi-stream": "^1.0.0",
"strip-indent": "^2.0.0",
"supports-color": "^7.0.0"
}
}