@dojima-wallet/contract-deployer
Version:
Contracts deployer package for evm and non-evm chains
41 lines (40 loc) • 1.12 kB
JSON
{
"name": "@dojima-wallet/contract-deployer",
"version": "0.0.1-alpha.2",
"description": "Contracts deployer package for evm and non-evm chains",
"keywords": [
"contract",
"deployment",
"evm",
"non-evm",
"hardhat"
],
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/lib/index.d.ts",
"author": "yerramreddyuday <uday.prasad@dojima.network>",
"homepage": "https://github.com/dojimanetwork/wallet-js#readme",
"license": "ISC",
"directories": {
"dist": "dist",
"src": "lib"
},
"files": [
"lib"
],
"scripts": {
"build_rm:ylck": "rm -rf dist/ node_modules/ yarn.lock && yarn && webpack --config ../../webpack/webpack.config.js",
"build_rm:nm": "rm -rf dist/ node_modules/ && yarn && webpack --config ../../webpack/webpack.config.js",
"build": "webpack --config ../../webpack/webpack.config.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dojimanetwork/wallet-js.git"
},
"bugs": {
"url": "https://github.com/dojimanetwork/wallet-js/issues"
}
}