-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (92 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "team-atf",
"version": "3.0.0",
"description": "Fca Made By Mr Chand",
"main": "Index.js",
"scripts": {
"test": "mocha",
"lint": "./node_modules/.bin/eslint *.js",
"prettier": "prettier utils.js src/* --write"
},
"author": "CHAND TRICKER",
"license": "MIT",
"bugs": {
"url": "https://github.com/corazoncary/team-atf/issues"
},
"homepage": "https://github.com/corazoncary/team-atf#readme",
"repository": {
"type": "git",
"url": "git://github.com/corazoncary/team-atf.git"
},
"dependencies": {
"aes-js": "latest",
"assert": "latest",
"bluebird": "latest",
"chalk": "4.1.2",
"cheerio": "latest",
"crypto-js": "latest",
"deasync": "^0.1.28",
"encode32": "latest",
"express": "latest",
"file-url": "^3.0.0",
"got": "^11.8.6",
"https-proxy-agent": "latest",
"is-hexcolor": "^1.0.0",
"moment": "^2.29.4",
"mqtt": "latest",
"npmlog": "latest",
"os": "latest",
"path": "latest",
"pretty-ms": "7.0.1",
"readline": "latest",
"request": "latest",
"semver": "^7.4.0",
"totp-generator": "latest",
"tough-cookie": "^4.1.2",
"uuid": "latest",
"vm": "^0.1.0",
"lodash": "latest",
"better-sqlite3": "7.6.2",
"websocket-stream": "latest"
},
"engines": {
"node": ">=14.x"
},
"devDependencies": {
"eslint": "^8.40.0",
"mocha": "latest",
"prettier": "latest"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"linebreak-style": [
"error",
"unix"
],
"semi": [
"error",
"always"
],
"no-unused-vars": [
1,
{
"argsIgnorePattern": "^_"
}
]
}
},
"keywords": [
"fca Team"
"atf fca"
"team-atf"
" team-atf-2"
]
}