UNPKG

1.58 kBJSONView Raw
1{
2 "name": "freshpack",
3 "version": "1.3.1",
4 "description": "Command line scaffolding tool for react apps",
5 "author": "Uli Preuss",
6 "license": "MIT",
7 "main": "src/index.js",
8 "scripts": {
9 "start": "node src/index.js --all",
10 "lint": "eslint src/index.js lib -f table || true",
11 "test": "node test/test.js"
12 },
13 "engines": {
14 "node": ">=10.16.0",
15 "npm": ">=6.9.0"
16 },
17 "bin": {
18 "freshpack": "./src/index.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://git@github.com:freshpack/freshpack.git"
23 },
24 "bugs": {
25 "url": "https://github.com/freshpack/freshpack/issues"
26 },
27 "homepage": "https://freshpack.github.io/",
28 "keywords": [
29 "scaffolding",
30 "boilerplate",
31 "create",
32 "generate",
33 "app",
34 "react",
35 "react-router",
36 "redux",
37 "mobx",
38 "sass",
39 "lint",
40 "eslint",
41 "test",
42 "jest",
43 "enzyme",
44 "flow",
45 "type-check",
46 "styled-components",
47 "webpack",
48 "babel",
49 "hot-reloading"
50 ],
51 "dependencies": {
52 "colors": "^1.3.3",
53 "command-line-args": "^5.0.2",
54 "diff": "^4.0.1",
55 "elegant-spinner": "^2.0.0",
56 "log-update": "^3.2.0",
57 "object.entries": "^1.1.0",
58 "prompt": "^1.0.0",
59 "require-text": "^0.0.1"
60 },
61 "devDependencies": {
62 "babel-eslint": "^10.0.2",
63 "eslint": "^6.0.0",
64 "eslint-config-airbnb": "^17.1.0",
65 "eslint-plugin-import": "^2.17.3",
66 "eslint-plugin-jsx-a11y": "^6.0.3",
67 "eslint-plugin-react": "^7.14.0",
68 "hasha": "^5.0.0",
69 "tap-difflet": "^0.7.1",
70 "tape": "^4.10.2"
71 }
72}