UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@data-visuals/create",
3 "version": "3.6.0",
4 "description": "Create graphics and features the Data Visuals way.",
5 "scripts": {
6 "build:docs": "doctoc README.md --github",
7 "git-pre-commit": "precise-commits",
8 "release": "np --no-yarn"
9 },
10 "bin": {
11 "data-visuals-create": "bin/data-visuals-create"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/texastribune/data-visuals-create.git"
16 },
17 "keywords": [
18 "templates",
19 "cli",
20 "generator",
21 "graphics"
22 ],
23 "author": "Ryan Murphy",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/texastribune/data-visuals-create/issues"
27 },
28 "homepage": "https://github.com/texastribune/data-visuals-create#readme",
29 "dependencies": {
30 "ansi-colors": "^3.2.4",
31 "enquirer": "^2.3.0",
32 "fs-extra": "^7.0.1",
33 "mri": "^1.1.4",
34 "nanoid": "^2.0.1",
35 "ora": "^3.2.0",
36 "tiny-glob": "^0.2.6",
37 "update-check": "^1.5.3"
38 },
39 "devDependencies": {
40 "@zeit/git-hooks": "^0.1.4",
41 "doctoc": "^1.4.0",
42 "np": "^7.0.0",
43 "precise-commits": "^1.0.2",
44 "prettier": "^1.16.4"
45 },
46 "prettier": {
47 "bracketSpacing": true,
48 "printWidth": 80,
49 "semi": true,
50 "singleQuote": true,
51 "tabWidth": 2,
52 "trailingComma": "es5"
53 },
54 "files": [
55 "bin/data-visuals-create",
56 "lib",
57 "templates",
58 "README.md"
59 ]
60}