forked from thaddeusdiamond/doge-dapp-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 828 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
{
"name": "doge-dapp-js",
"version": "0.1.0",
"description": "A library for convenient functions to use in Doginals dApps",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thaddeusdiamond/doge-dapp-js.git"
},
"keywords": [
"doge",
"doginals",
"dapp",
"javascript",
"js",
"nextjs"
],
"author": "Thaddeus Diamond",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"bugs": {
"url": "https://github.com/thaddeusdiamond/doge-dapp-js/issues"
},
"homepage": "https://github.com/thaddeusdiamond/doge-dapp-js#readme"
}