@hirosystems/clarinet-sdk-browser
Version:
A SDK to interact with Clarity Smart Contracts in the browser
35 lines (34 loc) • 869 B
JSON
{
"name": "@hirosystems/clarinet-sdk-browser",
"version": "3.5.0",
"description": "A SDK to interact with Clarity Smart Contracts in the browser",
"homepage": "https://www.hiro.so/clarinet",
"repository": {
"type": "git",
"url": "git+https://github.com/hirosystems/clarinet.git"
},
"files": [
"dist"
],
"module": "./dist/esm/browser/src/index.js",
"types": "./dist/esm/browser/src/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"compile": "tsc -b ./tsconfig.json",
"build": "npm run clean && npm run compile",
"prepare": "npm run build"
},
"keywords": [
"stacks",
"clarity",
"clarinet",
"tests"
],
"author": "hirosystems",
"license": "GPL-3.0",
"readme": "./README.md",
"dependencies": {
"@hirosystems/clarinet-sdk-wasm-browser": "3.5.0",
"@stacks/transactions": "^7.0.6"
}
}