38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@pinmenote/fetch-service",
|
|
"version": "0.0.3",
|
|
"author": "Michal Szczepanski",
|
|
"license": "MIT",
|
|
"description": "fetch wrapper with timeout and retry with refresh token",
|
|
"bugs": {
|
|
"url": "https://github.com/pinmenote/fetch-service/issues"
|
|
},
|
|
"homepage": "https://github.com/pinmenote/fetch-service#readme",
|
|
"source": "src/fetch.service.ts",
|
|
"module": "dist/module.js",
|
|
"types": "dist/types.d.ts",
|
|
"scripts": {
|
|
"build": "parcel build",
|
|
"dev": "NODE_ENV=development parcel build",
|
|
"lint": "eslint --ext .ts src/",
|
|
"lint:fix": "eslint --ext .ts,.tsx src/ --fix"
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"devDependencies": {
|
|
"@parcel/packager-ts": "^2.8.3",
|
|
"@parcel/transformer-typescript-tsc": "^2.8.3",
|
|
"@parcel/transformer-typescript-types": "^2.8.3",
|
|
"@types/node": "^18.16.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
"@typescript-eslint/parser": "^5.48.2",
|
|
"eslint": "^8.32.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"parcel": "^2.8.3",
|
|
"pre-commit": "^1.2.2",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|