forked from Widiskel/not-pixel-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 887 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
{
"name": "not-pixel-bot",
"version": "1.0.0",
"type": "module",
"description": "not-pixel-bot",
"main": "index.js",
"scripts": {
"start": "ncp accounts app/accounts && ncp config app/config && node app/index.js",
"dev": "node index.js",
"test": "node test.js",
"build": "rm -rf app && javascript-obfuscator --config build-config.json"
},
"bin": "index.js",
"keywords": [
"not-pixel",
"not-pixel-bot",
"not-pixel-telegram",
"not-pixel-game"
],
"author": "Widiskel",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Widiskel/not-pixel-bot.git"
},
"dependencies": {
"https-proxy-agent": "^7.0.5",
"input": "^1.0.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"ncp": "^2.0.0",
"telegram": "^2.22.2",
"twisters": "^1.1.0",
"winston": "^3.13.0"
}
}