-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.15 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
45
{
"name": "@socheatsok78/axios-authorization",
"version": "1.0.5",
"main": "dist/umd/index.js",
"typings": "types/index.d.ts",
"repository": "[email protected]:socheatsok78/axios-authorization.git",
"author": "Socheat Sok <[email protected]>",
"license": "MIT",
"directories": {
"dist": "dist",
"src": "src",
"types": "types"
},
"files": [
"dist",
"types",
"src"
],
"scripts": {
"clean": "rm -rf dist types/src",
"prebuild": "yarn clean",
"build": "rollup -c",
"postbuild": "cp -R dist/umd/src types",
"bump:release": "yarn version",
"prepare": "yarn build"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/preset-env": "^7.13.10",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"axios": "^0.21.1",
"rollup": "^2.41.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@types/base-64": "^1.0.0",
"base-64": "^1.0.0"
},
"packageManager": "[email protected]"
}