-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
60 lines (60 loc) · 1.36 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@data-visuals/create",
"version": "7.6.5",
"description": "Create graphics and features the Data Visuals way.",
"scripts": {
"build:docs": "doctoc README.md --github",
"git-pre-commit": "precise-commits",
"release": "np --no-yarn"
},
"bin": {
"data-visuals-create": "bin/data-visuals-create"
},
"repository": {
"type": "git",
"url": "git+https://github.com/texastribune/data-visuals-create.git"
},
"keywords": [
"templates",
"cli",
"generator",
"graphics"
],
"author": "Ryan Murphy",
"license": "MIT",
"bugs": {
"url": "https://github.com/texastribune/data-visuals-create/issues"
},
"homepage": "https://github.com/texastribune/data-visuals-create#readme",
"dependencies": {
"ansi-colors": "^3.2.4",
"enquirer": "^2.3.0",
"fs-extra": "^7.0.1",
"mri": "^1.1.4",
"nanoid": "^2.0.1",
"ora": "^3.2.0",
"tiny-glob": "^0.2.6",
"update-check": "^1.5.3"
},
"devDependencies": {
"@zeit/git-hooks": "^0.1.4",
"doctoc": "^2.0.1",
"np": "^7.5.0",
"precise-commits": "^1.0.2",
"prettier": "^1.16.4"
},
"prettier": {
"bracketSpacing": true,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
},
"files": [
"bin/data-visuals-create",
"lib",
"templates",
"README.md"
]
}