-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
46
47
48
{
"name": "@taichi-yi/auth",
"version": "2.1.4",
"description": "自动获取“大健”和“冠通(赛盈)”的登录 token",
"keywords": [
"goten",
"冠通",
"赛盈",
"saleyee",
"giga",
"大健云仓",
"token",
"登录"
],
"main": "dist/auth.umd.js",
"typings": "./dist/types/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest --coverage",
"test:giga": "jest giga/ --coverage",
"test:goten": "jest goten/ --coverage",
"test:saleyee": "jest saleyee/ --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taichiyi/auth.git"
},
"author": "taichiyi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/taichiyi/auth/issues"
},
"homepage": "https://github.com/taichiyi/auth#readme",
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/request": "^2.48.5",
"jest": "^26.6.3",
"rollup": "^2.39.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.1",
"tslib": "^2.1.0",
"typescript": "^4.1.5"
}
}