UNPKG

1.78 kBJSONView Raw
1{
2 "name": "my-dish",
3 "version": "1.3.3",
4 "description": "Generates various templates. React, React-Redux, CLI, React-library, etc...",
5 "scripts": {
6 "test": "NODE_ENV=test nyc ava",
7 "test:watch": "NODE_ENV=test ava -w",
8 "test:appveyor": "ava",
9 "lint": "eslint .",
10 "lint:fix": "eslint . --fix",
11 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
12 "postcover": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
13 },
14 "files": [
15 "bin",
16 "npm",
17 "templates"
18 ],
19 "keywords": [
20 "template",
21 "react",
22 "redux",
23 "saga",
24 "cli",
25 "generate",
26 "scaffolding",
27 "babel",
28 "webpack",
29 "webpack-dashboard",
30 "webpack-dev-server",
31 "eslint",
32 "ava",
33 "enzyme",
34 "css-modules",
35 "flow"
36 ],
37 "bin": {
38 "dish": "./bin/dish.js"
39 },
40 "engines": {
41 "node": ">=6"
42 },
43 "repository": {
44 "url": "git+https://github.com/abouthiroppy/dish.git",
45 "type": "git"
46 },
47 "author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
48 "license": "MIT",
49 "bugs": {
50 "url": "https://github.com/abouthiroppy/dish/issues"
51 },
52 "homepage": "https://github.com/abouthiroppy/dish#readme",
53 "dependencies": {
54 "chalk": "^1.1.3",
55 "cross-spawn": "^5.0.0",
56 "fs-extra": "^1.0.0",
57 "inquirer": "^2.0.0",
58 "ora": "^0.4.0",
59 "path-exists": "^3.0.0",
60 "rc": "^1.2.0"
61 },
62 "devDependencies": {
63 "ava": "0.16.0",
64 "babel-eslint": "^7.2.1",
65 "conventional-changelog-cli": "^1.2.0",
66 "eslint": "^3.13.0",
67 "eslint-config-sky": "^1.4.3",
68 "nyc": "^10.2.0",
69 "pify": "^2.3.0"
70 },
71 "ava": {
72 "files": [
73 "test/**/*.js"
74 ],
75 "concurrency": 5,
76 "failFast": true,
77 "tap": true
78 }
79}