|
2 | 2 | "name": "redux-json-api-scope",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "description": "Easy data handling for redux-json-api",
|
| 5 | + "browser": "lib/index.js", |
5 | 6 | "main": "lib/index.js",
|
6 | 7 | "author": "Ronni Egeriis Persson <[email protected]>",
|
7 | 8 | "license": "MIT",
|
|
12 | 13 | "bugs": {
|
13 | 14 | "url": "https://github.com/redux-json-api/redux-json-api-scope/issues"
|
14 | 15 | },
|
15 |
| - "homepage": "https://github.com/redux-json-api/redux-json-api-scope#readme" |
| 16 | + "homepage": "https://github.com/redux-json-api/redux-json-api-scope#readme", |
| 17 | + "scripts": { |
| 18 | + "build": "yarn run ci && rimraf lib/* && rollup -c", |
| 19 | + "ci": "yarn run test && yarn run lint", |
| 20 | + "lint": "eslint . ./", |
| 21 | + "test": "jest" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "babel-cli": "^6.26.0", |
| 25 | + "babel-core": "^6.26.3", |
| 26 | + "babel-eslint": "7", |
| 27 | + "babel-jest": "^22.4.3", |
| 28 | + "babel-preset-env": "^1.7.0", |
| 29 | + "babel-preset-flow": "^6.23.0", |
| 30 | + "babel-preset-react": "^6.24.1", |
| 31 | + "eslint": "^4.19.1", |
| 32 | + "eslint-config-airbnb": "^16.1.0", |
| 33 | + "eslint-plugin-flowtype": "^2.46.3", |
| 34 | + "eslint-plugin-import": "^2.11.0", |
| 35 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 36 | + "eslint-plugin-react": "^7.8.2", |
| 37 | + "flow-bin": "^0.72.0", |
| 38 | + "jest": "^22.4.3", |
| 39 | + "regenerator-runtime": "^0.11.1", |
| 40 | + "rimraf": "^2.6.2", |
| 41 | + "rollup": "^0.56.4" |
| 42 | + } |
16 | 43 | }
|
0 commit comments