UNPKG

@fotonjs/core

Version:
51 lines 1.14 kB
{ "name": "@fotonjs/core", "version": "0.0.9", "description": "Foton: build TON dApps with ease", "keywords": [ "TON", "The Open Network", "Blockchain", "dApp", "DAO", "DEFI", "Tact" ], "license": "MIT", "author": "vanishmax", "repository": { "type": "git", "url": "https://github.com/vanishmax/foton.git" }, "homepage": "https://github.com/vanishmax/foton/tree/main/packages/core", "bugs": "https://github.com/vanishmax/foton/issues", "type": "module", "files": [ "dist", "readme.md" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { "require": "./dist/index.cjs", "import": "./dist/index.js" }, "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "@ton/core": "^0.59.0", "@ton/crypto": "^3.3.0", "@tonconnect/sdk": "^3.0.5", "@tonconnect/ui": "^2.0.9", "typescript": "^5.6.3", "@fotonjs/api": "^0.0.5" }, "devDependencies": { "tsup": "^8.3.0" }, "scripts": { "build": "tsup src/index.ts --dts --minify --format cjs,esm --out-dir ./dist" } }