UNPKG

@completium/archetype

Version:

Archetype is a general purpose language to develop Smart Contracts on the Tezos blockchain.

33 lines (32 loc) 766 B
{ "name": "@completium/archetype", "version": "1.0.6", "description": "Archetype is a general purpose language to develop Smart Contracts on the Tezos blockchain.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/edukera/archetype-lang.git" }, "keywords": [ "archetype", "tezos", "smart-contract", "completium", "formal-verification" ], "license": "MIT", "bugs": { "url": "https://github.com/edukera/archetype-lang/issues" }, "homepage": "https://github.com/edukera/archetype-lang/npm-package#readme", "devDependencies": { "@types/node": "^16.11.26" } }