http/package.json
2023-06-19 09:19:48 +08:00

59 lines
1.6 KiB
JSON

{
"name": "@crami/http",
"version": "2.0.10",
"packageManager": "pnpm@7.1.7",
"description": "this is crami http",
"keywords": [],
"license": "ISC",
"author": "crami-original",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"playground": "vite dev playground --port 7788 --open",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"build": "unbuild",
"stub": "unbuild --stub",
"release": "bumpp package.json --commit \"release: v\" --push --tag",
"prepublish": "pnpm build",
"pb": "pnpm publish --registry=http://10.0.59.229:5055/ --no-git-checks",
"pb:b": "pnpm publish --registry=http://10.0.59.229:5055/ --no-git-checks --tag=beta"
},
"files": [
"dist"
],
"dependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.21",
"qs": "^6.10.5",
"vue": "^3.2.36"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@unocss/reset": "^0.37.4",
"@commitlint/config-conventional": "^17.0.2",
"@iconify-json/carbon": "^1.1.5",
"@mistjs/eslint-config": "^0.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.40",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/tsconfig": "^0.1.3",
"bumpp": "^7.1.1",
"eslint": "^8.17.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.3",
"unbuild": "^0.7.4",
"unocss": "^0.37.4",
"vite": "^2.9.9",
"vitest": "^0.14.0",
"vue-tsc": "^0.35.2"
},
"lint-staged": {
"*.{ts,tsx,js,vue}": "eslint src --fix"
}
}