@zdb/utils
Version:
工具包
40 lines (39 loc) • 880 B
JSON
{
"name": "@zdb/utils",
"version": "1.0.22",
"description": "工具包",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": ["dist/", "types/", ".gitignore", "tsconfig.json", "package.json", "tsconfig.json"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"工具"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "zdb",
"license": "ISC",
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/qs": "^6.9.18",
"typescript": "^5.8.2"
},
"dependencies": {
"axios": "^1.8.4",
"js-cookie": "^3.0.5",
"qs": "^6.14.0"
}
}