|
1 | 1 | { |
2 | | - "name": "@adgorithmics/graphql-errors", |
3 | | - "version": "1.1.0", |
4 | | - "description": "Response erorr codes for graphql.", |
5 | | - "main": "index.node.js", |
6 | | - "browser": "index.web.js", |
7 | | - "types": "src/index.d.ts", |
8 | | - "files": [ |
9 | | - "/src", |
10 | | - "/index.web.js", |
11 | | - "/index.node.js" |
12 | | - ], |
13 | | - "scripts": { |
14 | | - "build": "webpack", |
15 | | - "precommit": "npm run lint", |
16 | | - "prepush": "npm run lint", |
17 | | - "lint": "concurrently \"npm run lint:eslint\" \"npm run lint:prettier\"", |
18 | | - "lint:eslint": "eslint . --ext ts", |
19 | | - "lint:eslint:fix": "eslint . --ext ts --fix", |
20 | | - "lint:prettier": "prettier \"./src/**/*.ts\" -l", |
21 | | - "lint:prettier:fix": "prettier \"./src/**/*.ts\" --write" |
22 | | - }, |
23 | | - "repository": { |
24 | | - "type": "git", |
25 | | - "url": "git+ssh://git@github.com/adgorithmics-inc/graphql-errors.git" |
26 | | - }, |
27 | | - "author": "Adgorithmics, LLC", |
28 | | - "license": "ISC", |
29 | | - "bugs": { |
30 | | - "url": "https://github.com/adgorithmics-inc/graphql-errors/issues" |
31 | | - }, |
32 | | - "homepage": "https://github.com/adgorithmics-inc/graphql-errors#readme", |
33 | | - "devDependencies": { |
34 | | - "@adgorithmics/eslint-config-base": "^1.3.0", |
35 | | - "concurrently": "4.1.2", |
36 | | - "prettier": "1.18.2", |
37 | | - "ts-loader": "6.0.4", |
38 | | - "typescript": "3.5.3", |
39 | | - "webpack": "4.39.3", |
40 | | - "webpack-cli": "3.3.7", |
41 | | - "@typescript-eslint/eslint-plugin": "2.0.0", |
42 | | - "@typescript-eslint/parser": "2.0.0", |
43 | | - "eslint": "6.2.0", |
44 | | - "eslint-config-prettier": "6.1.0" |
45 | | - }, |
46 | | - "prettier": { |
47 | | - "trailingComma": "all", |
48 | | - "tabWidth": 4, |
49 | | - "singleQuote": true |
50 | | - } |
| 2 | + "name": "@adgorithmics/graphql-errors", |
| 3 | + "version": "1.2.0", |
| 4 | + "description": "Response error codes for graphql.", |
| 5 | + "main": "index.node.js", |
| 6 | + "browser": "index.web.js", |
| 7 | + "types": "src/index.d.ts", |
| 8 | + "files": [ |
| 9 | + "/src", |
| 10 | + "/index.web.js", |
| 11 | + "/index.node.js" |
| 12 | + ], |
| 13 | + "scripts": { |
| 14 | + "build": "webpack", |
| 15 | + "precommit": "npm run lint", |
| 16 | + "prepush": "npm run lint", |
| 17 | + "lint": "concurrently \"npm run lint:eslint\" \"npm run lint:prettier\"", |
| 18 | + "lint:eslint": "eslint . --ext ts", |
| 19 | + "lint:eslint:fix": "eslint . --ext ts --fix", |
| 20 | + "lint:prettier": "prettier \"./src/**/*.ts\" -l", |
| 21 | + "lint:prettier:fix": "prettier \"./src/**/*.ts\" --write" |
| 22 | + }, |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "git+ssh://git@github.com/adgorithmics-inc/graphql-errors.git" |
| 26 | + }, |
| 27 | + "author": "Adgorithmics, LLC", |
| 28 | + "license": "ISC", |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/adgorithmics-inc/graphql-errors/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/adgorithmics-inc/graphql-errors#readme", |
| 33 | + "devDependencies": { |
| 34 | + "@adgorithmics/eslint-config-base": "^1.3.0", |
| 35 | + "concurrently": "4.1.2", |
| 36 | + "prettier": "1.18.2", |
| 37 | + "ts-loader": "6.0.4", |
| 38 | + "typescript": "3.5.3", |
| 39 | + "webpack": "4.39.3", |
| 40 | + "webpack-cli": "3.3.7", |
| 41 | + "@typescript-eslint/eslint-plugin": "2.0.0", |
| 42 | + "@typescript-eslint/parser": "2.0.0", |
| 43 | + "eslint": "6.2.0", |
| 44 | + "eslint-config-prettier": "6.1.0" |
| 45 | + }, |
| 46 | + "prettier": { |
| 47 | + "trailingComma": "all", |
| 48 | + "tabWidth": 4, |
| 49 | + "singleQuote": true |
| 50 | + } |
51 | 51 | } |
0 commit comments