UNPKG

@deeptrust/contracts

Version:

Deep Trust Network Software Development Kit

36 lines (35 loc) 902 B
{ "name": "@deeptrust/contracts", "version": "1.0.5", "description": "Deep Trust Network Software Development Kit", "keywords": [ "DeepTrust", "Network", "AI", "Solidity" ], "homepage": "https://github.com/naiemk/dtn-sdk#readme", "bugs": { "url": "https://github.com/naiemk/dtn-sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/naiemk/dtn-sdk.git" }, "license": "MIT", "author": "Naiem Yeganeh", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "docs:build": "./build-docs.sh", "docs:serve": "./build-docs.sh --serve", "docs:clean": "rm -rf docs/site site", "docs:dev": "mkdocs serve -f docs/mkdocs.yml", "docs:build-simple": "mkdocs build -f docs/mkdocs.yml --site-dir docs/site" }, "files": [ "contracts", "*.sol" ] }