-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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": "jurischain",
"version": "1.0.4",
"description": "Instead of challenging the humans at the terminals, it would be better to challenge the terminals. It is about balancing the load with customers so as not to suffer a DDoS attack. Inspired by blockchain technology.",
"main": "dist/jurischain.js",
"browser": "dist/jurischain.js",
"bin": {
"jurischain-cli": "./jurischain-cli"
},
"scripts": {
"build": "make",
"test": "./jurischain-cli",
"test-saucelabs": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bipbop/jurischain.git"
},
"keywords": [
"captcha",
"proof-of-work",
"jurischain",
"blockchain"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/bipbop/jurischain/issues"
},
"homepage": "https://github.com/bipbop/jurischain#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/human-interval": "^1.0.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/selenium-webdriver": "^4.0.16",
"express": "^4.17.1",
"human-interval": "^2.0.1",
"jest": "^27.3.1",
"ngrok": "^4.2.2",
"selenium-webdriver": "^4.0.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}