12345678910111213141516 |
- {
- "name": "@polkadot/app-contracts",
- "version": "0.39.0-beta.71",
- "description": "Deployment and management of substrate contracts",
- "main": "index.js",
- "scripts": {},
- "author": "Jaco Greeff <jacogr@gmail.com>",
- "maintainers": [
- "Jaco Greeff <jacogr@gmail.com>"
- ],
- "license": "Apache-2.0",
- "dependencies": {
- "@babel/runtime": "^7.7.7",
- "@polkadot/api-contract": "^1.0.0-beta.13"
- }
- }
|