Skip to content

Commit

Permalink
Merge pull request #14 from cryptonative-ch/dev
Browse files Browse the repository at this point in the history
Update publication requirements
  • Loading branch information
adamazad authored May 2, 2021
2 parents 6aa0827 + 01b0edf commit e539426
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,46 @@
{
"name": "@dxdao/mesa",
"version": "1.0.0",
"description": "MesaJS gives developer access to the entire Mesa ecosystem a single package",
"version": "0.1.0",
"private": false,
"description": "MesaJS gives developers access to the entire Mesa ecosystem a single package",
"main": "dist/index.js",
"dependencies": {
"@ethersproject/providers": "^5.1.2",
"@typechain/ethers-v5": "^6.0.5",
"axios": "^0.21.1",
"ethers": "^5.1.0",
"ethers": "^5.1.0"
},
"devDependencies": {
"@typechain/ethers-v5": "^6.0.5",
"@types/graphql": "^14.5.0",
"apollo": "^2.32.8",
"dayjs": "^1.10.4",
"nodemon": "^2.0.7",
"typechain": "^4.0.3",
"typescript": "^4.2.4"
},
"devDependencies": {},
"scripts": {
"typechain": "typechain --target ethers-v5 --outDir src/contracts abis/*.json",
"build-abis": "build-abis.sh"
"build-abis": "build-abis.sh",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptonative-ch/mesa-js.git"
},
"keywords": [],
"files": [
"LICENSE.md",
"README.md",
"dist/"
],
"keywords": [
"dxdao",
"mesa",
"ethereum",
"web3",
"DeFi"
],
"author": "Adam Azad <[email protected]> (https://adamazad.com/)",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/cryptonative-ch/mesa-js/issues"
},
Expand Down

0 comments on commit e539426

Please sign in to comment.