UNPKG

jton-contracts

Version:
44 lines (43 loc) 943 B
{ "name": "jton-contracts", "version": "0.10.0", "description": "Free TON contracts wrapped in jTON", "main": "dist/index", "scripts": { "build": "tsc --build", "make": "ts-node ./scripts/make", "prepublishOnly": "yarn install && yarn tsc" }, "repository": { "type": "git", "url": "https://github.com/kokkekpek/jton-contracts.git" }, "keywords": [ "Free", "TON", "Freeton", "Library", "TypeScript", "jTON", "Contracts", "Smart-contract", "Solidity", "Wparred", "Wparrer" ], "author": "@kokkekpek", "license": "GPL-3.0-only", "bugs": { "url": "https://github.com/kokkekpek/jton-contracts/issues" }, "homepage": "https://github.com/kokkekpek/jton-contracts#readme", "devDependencies": { "@types/node": "^17.0.22", "ts-node": "^10.7.0", "tsc": "^2.0.4", "typescript": "^4.6.2" }, "dependencies": { "jton": "^0.11.0" } }