-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 989 Bytes
/
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
{
"name": "@interactiveplus/pdk2021-backend-simplecaptcha",
"version": "0.0.1",
"description": "Simple Implemention of PDK2021-BackendCore CaptchaFactory",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Yunhao Cao & Siqi Wu",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"typescript": "^4.3.4"
},
"dependencies": {
"@interactiveplus/pdk2021-backendcore": "file:../PDK2021-BackendCore",
"@interactiveplus/pdk2021-common": "file:../pdk2021-common",
"@types/jsbn": "^1.2.29",
"@types/node": "^16.4.10",
"@types/sharp": "^0.28.5",
"ip-address": "^8.1.0",
"js-base64": "^3.6.1",
"jsbn": "^1.1.0",
"sharp": "^0.28.3",
"svg-captcha": "^1.4.0"
}
}