-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.39 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
{
"name": "aida",
"version": "1.0.0",
"description": "A promotional Twitter bot designed to simulate human social media coordinators naturally.",
"main": "aida.js",
"scripts": {
"start": "nodemon --experimental-json-modules aida.js",
"test": "jest --watchAll --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justin-carver/Aida.git"
},
"keywords": [
"Twitter",
"bot",
"game",
"design",
"node",
"projects",
"board",
"games",
"pug",
"n",
"play",
"studios"
],
"prettier": {
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 4,
"semi": true,
"singleQuote": true
},
"author": "Justin Carver",
"license": "GPL-3.0-or-later",
"type": "module",
"bugs": {
"url": "https://github.com/justin-carver/Aida/issues"
},
"homepage": "https://github.com/justin-carver/Aida#readme",
"dependencies": {
"date-fns": "^2.28.0",
"enquirer": "^2.3.6",
"jest": "^27.5.1",
"node-schedule": "^2.1.0",
"nodemon": "^2.0.15",
"short-unique-id": "^4.4.4",
"twitter-api-client": "^1.5.2",
"winston": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.15.0",
"prettier": "2.6.2"
}
}