-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 800 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 800 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
{
"name": "create-snips-action",
"version": "1.0.6",
"description": "Generator for writing Snips action code in Javascript.",
"main": "script.js",
"files": [
"common",
"templates",
"script.js"
],
"bin": {
"create-snips-action": "./script.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Julien Elbaz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/snipsco/create-snips-action"
},
"bugs": {
"url": "https://github.com/snipsco/create-snips-action/issues"
},
"dependencies": {
"ansi-colors": "^3.2.3",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.1",
"klaw-sync": "^6.0.0",
"mustache": "^3.0.1"
},
"devDependencies": {
"eslint": "^5.12.1"
}
}