-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "strapi-ai",
"version": "1.0.0",
"private": true,
"description": "A Discord bot for the Strapi Community Discord Server.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:bot": "lerna run start --scope=strapi-ai-bot",
"start:backend": "lerna run start --scope=strapi-ai-backend"
},
"author": {
"name": "Derrick Mehaffy",
"email": "[email protected]",
"url": "https://github.com/derrickmehaffy"
},
"maintainers": [
{
"name": "Strapi Community",
"url": "https://github.com/strapi-community"
},
{
"name": "Derrick Mehaffy",
"email": "[email protected]",
"url": "https://github.com/derrickmehaffy",
"lead": true
},
{
"name": "Daedalus",
"url": "https://github.com/ComfortablyCoding"
}
],
"homepage": "https://github.com/strapi-community/strapi-ai-bot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/strapi-community/strapi-ai-bot.git"
},
"bugs": {
"url": "https://github.com/strapi-community/strapi-ai-bot/issues"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-plugin-prettier": "4.0.0",
"lerna": "^4.0.0",
"prettier": "2.5.1"
},
"keywords": [],
"license": "MIT"
}