|
| 1 | +{ |
| 2 | + "name": "yab-fetch-logger", |
| 3 | + "version": "0.0.1-alpha.1", |
| 4 | + "description": "", |
| 5 | + "homepage": "https://github.com/mjolnirjs/yab/tree/master/packages/yab-fetch-logger#readme", |
| 6 | + "license": "MIT", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/mjolnirjs/yab.git" |
| 10 | + }, |
| 11 | + "scripts": { |
| 12 | + "clean": "rimraf dist", |
| 13 | + "build": "npm run clean && npm run build:es && npm run build:lib && npm run build:dist", |
| 14 | + "build:es": "tsc -p ./tsconfig.es.json", |
| 15 | + "build:lib": "tsc -p ./tsconfig.lib.json", |
| 16 | + "build:dist": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.dist.js", |
| 17 | + "lint": "eslint src --ext ts" |
| 18 | + }, |
| 19 | + "main": "./dist/lib/index.js", |
| 20 | + "module": "./dist/es/index.js", |
| 21 | + "types": "./dist/types/index.d.ts", |
| 22 | + "devDependencies": { |
| 23 | + "@typescript-eslint/eslint-plugin": "^1.9.0", |
| 24 | + "@typescript-eslint/parser": "^1.9.0", |
| 25 | + "cache-loader": "^3.0.1", |
| 26 | + "case-sensitive-paths-webpack-plugin": "^2.2.0", |
| 27 | + "cross-env": "^5.2.0", |
| 28 | + "eslint": "^5.16.0", |
| 29 | + "eslint-config-airbnb-base": "^13.1.0", |
| 30 | + "eslint-config-prettier": "^4.3.0", |
| 31 | + "eslint-loader": "^2.1.2", |
| 32 | + "eslint-plugin-import": "^2.17.3", |
| 33 | + "eslint-plugin-prettier": "^3.1.0", |
| 34 | + "fork-ts-checker-notifier-webpack-plugin": "^1.0.0", |
| 35 | + "fork-ts-checker-webpack-plugin": "^1.3.4", |
| 36 | + "friendly-errors-webpack-plugin": "^1.7.0", |
| 37 | + "jest": "^24.8.0", |
| 38 | + "prettier": "^1.17.1", |
| 39 | + "rimraf": "^2.6.3", |
| 40 | + "terser-webpack-plugin": "^1.3.0", |
| 41 | + "ts-jest": "^24.0.2", |
| 42 | + "ts-loader": "^6.0.3", |
| 43 | + "typescript": "^3.5.2", |
| 44 | + "webpack": "^4.32.2", |
| 45 | + "webpack-cli": "^3.3.2", |
| 46 | + "webpack-merge": "^4.2.1", |
| 47 | + "whatwg-fetch": "^3.0.0", |
| 48 | + "yab-fetch": "^0.0.1-alpha.1" |
| 49 | + }, |
| 50 | + "files": [ |
| 51 | + "dist" |
| 52 | + ], |
| 53 | + "bugs": { |
| 54 | + "url": "https://github.com/mjolnirjs/yab/issues" |
| 55 | + } |
| 56 | +} |
0 commit comments