-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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": "armigate-nodejs",
"version": "0.2.0",
"description": "ARmigate module for Node.js applications",
"main": "armigate.js",
"scripts": {
"test:types": "tsd",
"test": "ava",
"cover": "c8 ava",
"version": "npm version --git-tag-version=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcaptcha/armigate-nodejs.git"
},
"keywords": [
"armigate",
"bot",
"protection"
],
"author": "ARCaptcha <support@arcaptcha.ir>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arcaptcha/armigate-nodejs/issues"
},
"homepage": "https://github.com/arcaptcha/armigate-nodejs",
"devDependencies": {
"@types/express-bunyan-logger": "^1.3.3",
"@types/node": "^17.0.23",
"@types/node-fetch": "^2.6.1",
"ava": "^4.1.0",
"bunyan": "^1.8.15",
"c8": "^7.11.0",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.26.0",
"express": "^4.18.2",
"nock": "^13.2.4",
"node-fetch": "^2.6.7",
"prettier": "^2.6.1",
"tsd": "^0.19.1",
"typescript": "^4.6.3"
},
"engines": {
"node": ">= 12"
},
"dependencies": {
"body-parser": "^1.20.2"
}
}