-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 607 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "thirdweb-art-engine",
"version": "1.0.0",
"description": "The official art engine for the thirdweb community.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warengonzaga/thirdweb-art-engine.git"
},
"keywords": [],
"author": "Waren Gonzaga <opensource@warengonzaga.com> <https://warengonzaga.com>",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/warengonzaga/thirdweb-art-engine/issues"
},
"homepage": "https://github.com/warengonzaga/thirdweb-art-engine#readme"
}