generated from xukaishan/lib-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@kscommon/easy-stroage",
"version": "1.0.2",
"type": "module",
"main": "./dist/easy-stroage.umd.cjs",
"module": "./dist/easy-stroage.js",
"description": "Wrapper for Axios that allows to easily requests",
"scripts": {
"build": "vite build --config ./build/build.js"
},
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/easy-stroage.js",
"require": "./dist/easy-stroage.umd.cjs"
}
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"rollup-plugin-terser": "^7.0.2",
"vite": "^4.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xukaishan/easy-stroage.git"
},
"keywords": [
"Axios",
"request"
],
"author": "littlekai",
"license": "ISC",
"bugs": {
"url": "https://github.com/xukaishan/easy-stroage/issues"
},
"homepage": "https://github.com/xukaishan/easy-stroage#readme",
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"rollup-plugin-babel": "^4.4.0"
}
}