|
| 1 | +{ |
| 2 | + "name": "@mgtitimoli/utils-http", |
| 3 | + "description": "HTTP Utilities", |
| 4 | + "version": "0.0.0", |
| 5 | + "author": "Mauro Gabriel Titimoli <[email protected]> (https://github.com/mgtitimoli)", |
| 6 | + "license": "MIT", |
| 7 | + "publishConfig": { |
| 8 | + "access": "public" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "build": "run-s build:clean build:code build:readme", |
| 12 | + "build:clean": "rm -rf dist", |
| 13 | + "build:code": "ttsc --inlineSources --sourceMap --sourceRoot '.'", |
| 14 | + "build:readme": "run-s build:readme:from-package build:readme:doctoc", |
| 15 | + "build:readme:doctoc": "doctoc README.md", |
| 16 | + "build:readme:from-package": "pkg-to-readme --force --template readmeTemplate.ejs", |
| 17 | + "debug": "node --require ts-node/register --require tsconfig-paths/register --inspect src/index.ts", |
| 18 | + "test": "jest" |
| 19 | + }, |
| 20 | + "devDependencies": { |
| 21 | + "@commitlint/cli": "^9.1.1", |
| 22 | + "@commitlint/config-conventional": "^9.1.1", |
| 23 | + "@commitlint/prompt-cli": "^9.1.1", |
| 24 | + "@types/isomorphic-fetch": "^0.0.35", |
| 25 | + "@types/jest": "^26.0.9", |
| 26 | + "@types/node": "^14.0.27", |
| 27 | + "@types/node-fetch": "^2.5.7", |
| 28 | + "@typescript-eslint/eslint-plugin": "^3.9.0", |
| 29 | + "@typescript-eslint/parser": "^3.9.0", |
| 30 | + "@zerollup/ts-transform-paths": "^1.7.18", |
| 31 | + "concat-md": "^0.3.5", |
| 32 | + "doctoc": "^1.4.0", |
| 33 | + "eslint": "^7.6.0", |
| 34 | + "eslint-config-prettier": "^6.11.0", |
| 35 | + "eslint-import-resolver-typescript": "^2.2.0", |
| 36 | + "eslint-plugin-import": "^2.22.0", |
| 37 | + "eslint-plugin-prettier": "^3.1.4", |
| 38 | + "husky": "^4.2.5", |
| 39 | + "jest": "^26.4.0", |
| 40 | + "lint-staged": "^10.2.11", |
| 41 | + "np": "^6.4.0", |
| 42 | + "npm-run-all": "^4.1.5", |
| 43 | + "pkg-to-readme": "^1.1.0", |
| 44 | + "prettier": "^2.0.5", |
| 45 | + "ts-jest": "^26.2.0", |
| 46 | + "ts-node": "^8.10.2", |
| 47 | + "tsconfig-paths": "^3.9.0", |
| 48 | + "ttypescript": "^1.5.10", |
| 49 | + "typedoc": "^0.18.0", |
| 50 | + "typedoc-plugin-example-tag": "^1.0.2", |
| 51 | + "typedoc-plugin-external-module-map": "^1.2.1", |
| 52 | + "typedoc-plugin-internal-external": "^2.2.0", |
| 53 | + "typedoc-plugin-markdown": "^2.4.0", |
| 54 | + "typescript": "^3.9.7" |
| 55 | + }, |
| 56 | + "dependencies": { |
| 57 | + "@mgtitimoli/utils-error": "^1.0.2", |
| 58 | + "isomorphic-fetch": "^2.2.1", |
| 59 | + "tslib": "^2.0.1" |
| 60 | + } |
| 61 | +} |
0 commit comments