forked from ZennoLab/capmonstercloud-client-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
49
{
"name": "@zennolab_com/capmonstercloud-client",
"version": "1.2.0",
"description": "Official JS client library for https://capmonster.cloud/ captcha recognition service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
},
"files": [
"dist"
],
"homepage": "https://github.com/ZennoLab/capmonstercloud-client-js",
"repository": {
"type": "git",
"url": "git+https://github.com/ZennoLab/capmonstercloud-client-js.git"
},
"keywords": [
"CapMonster",
"CapMonster Cloud",
"ZennoPoster"
],
"scripts": {
"build": "node js-rimraf.js && npx tsc",
"test": "jest",
"test-unit": "jest -c jest.config.unit.js",
"test-integr": "jest -c jest.config.integration.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.9",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
},
"dependencies": {
"debug": "^4.3.4",
"ts-mixer": "^6.0.1"
}
}