-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 998 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
{
"name": "create-axoncore-app",
"version": "2.1.2",
"description": "Create a default AxonCore app.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Khaaz/create-axoncore-app.git"
},
"bugs": {
"url": "https://github.com/Khaaz/create-axoncore-app/issues"
},
"homepage": "https://github.com/Khaaz/create-axoncore-app#readme",
"author": "khaaz <khaaz.dev@gmail.com>",
"license": "MIT",
"bin": "scripts/cli.js",
"scripts": {
"test": "eslint .",
"create": "./scripts/cli.js"
},
"dependencies": {
"fs-extra": "^9.0.0",
"inquirer": "^7.1.0",
"minimist": "^1.2.5"
},
"devDependencies": {
"@axonteam/eslint-config": "^2.2.1",
"@types/mongoose": "^5.7.7",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"axoncore": "^2.0.0",
"discord.js": "discordjs/discord.js",
"eris": "^0.12.0",
"eslint": "^6.8.0",
"typescript": "^3.8.3"
}
}