-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1015 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
33
34
35
36
37
38
39
40
41
{
"name": "bruteforcejs",
"version": "1.1.11",
"description": "JavaScript bruteforce module.",
"main": "build/index.js",
"dependencies": {},
"devDependencies": {
"@types/node": "^12.0.0",
"ava": "2.4.0",
"eslint": "^6.0.1",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.15.3",
"tslint": "^5.11.0",
"tslint-plugin-prettier": "^2.0.1"
},
"scripts": {
"start": "node src/app.js",
"test": "ava --verbose",
"format": "prettier --write **/*",
"formatjs": "prettier --write **/*.js",
"formatts": "prettier --write **/*.ts",
"compile": "tsc && npm run formatjs"
},
"author": "MarvinJWendt",
"license": "MIT",
"repository": {
"type": "GIT",
"url": "git+https://github.com/1337z/bruteforcejs.git"
},
"keywords": [
"bruteforce",
"crack",
"password",
"guess",
"hacking"
],
"bugs": {
"url": "https://github.com/1337z/bruteforcejs/issues"
},
"homepage": "https://github.com/1337z/bruteforcejs#readme"
}