UNPKG

freshpack

Version:

Command line scaffolding tool for react apps

58 lines (57 loc) 1.29 kB
{ "name": "freshpack", "version": "0.2.22", "description": "Command line scaffolding tool for react apps", "author": "Uli Preuss", "license": "MIT", "main": "index.js", "scripts": { "start": "node index.js --sass --lint --test", "lint": "eslint index.js ./src -f table || true", "test": "node test/test.js" }, "engines": { "node": ">=6", "npm": ">=3" }, "bin": { "freshpack": "./index.js" }, "repository": { "type": "git", "url": "git+https://git@github.com:freshpack/freshpack.git" }, "bugs": { "url": "https://github.com/freshpack/freshpack/issues" }, "homepage": "http://freshpack.rocks/", "keywords": [ "scaffolding", "boilerplate", "react", "redux", "sass", "eslint", "test", "webpack", "babel", "hot-reloading" ], "dependencies": { "colors": "^1.1.2", "command-line-args": "^4.0.2", "elegant-spinner": "^1.0.1", "log-update": "^1.0.2", "object.entries": "^1.0.4", "prompt": "^1.0.0" }, "devDependencies": { "babel-eslint": "^7.2.2", "eslint": "^3.19.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3", "tape": "^4.6.3" } }