doge-dapp-js
Version:
A library for convenient functions to use in Doginals dApps
36 lines (35 loc) • 828 B
JSON
{
"name": "doge-dapp-js",
"version": "0.2.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"
}