@mvxiv/http-service
Version:
Http service for frontend build upon axios
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@mvxiv/http-service",
"version": "1.1.3",
"description": "Http service for frontend build upon axios",
"repository": {
"type": "git",
"url": "git+https://github.com/mvxivy/ivy-http-service.git"
},
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"lib/",
"index.js",
"index.d.ts"
],
"readmeFilename": "README.md",
"scripts": {
"test": "echo 'not implemented'",
"types": "tsc -p tsconfig.json",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\"",
"build": "webpack"
},
"keywords": [
"api",
"http",
"transport",
"axios",
"client",
"frontend",
"http-service",
"ivy"
],
"author": "Maksim Ivanov <vonavimax@gmail.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^8.14.0",
"typescript": "^4.7.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"axios": "^1.6.0"
}
}