-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1001 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": "atomic",
"version": "1.0.0",
"description": "A starting template for forgescript",
"main": ".src/index.js",
"type": "commonjs",
"scripts": {
"start": "node ./src/index.js",
"up": "npm install && npm update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zack-911/Atomic.git"
},
"keywords": [
"discord",
"bot",
"opensource"
],
"author": "Zack-911",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zack-911/Atomic/issues"
},
"homepage": "https://github.com/Zack-911/Atomic#readme",
"dependencies": {
"@tryforge/forge.canvas": "^1.1.1",
"@tryforge/forge.db": "^2.0.7",
"@tryforge/forgescript": "github:tryforge/forgescript#dev",
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"figlet": "^1.8.0",
"path": "^0.12.7",
"sqlite3": "^5.1.7"
}
}