attest.so
Version:
<div align="center">
50 lines (49 loc) • 1.31 kB
JSON
{
"name": "@peke65/attest-sdk",
"version": "0.0.3",
"description": "`npm run build`",
"main": "dist/index.js",
"module": "dist/index.m.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"default": "./dist/index.modern.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"scripts": {
"build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
"dev": "microbundle --watch --tsconfig tsconfig.json --no-sourcemap",
"test-solana": "ts-node ./test/run-solana.ts",
"test-stellar": "ts-node ./test/run-stellar.ts"
},
"keywords": [],
"author": "daccred",
"license": "MIT",
"devDependencies": {
"microbundle": "^0.15.1",
"ts-node": "^10.9.2"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.95.3",
"@stellar/stellar-sdk": "^13.2.0",
"isomorphic-unfetch": "^4.0.2"
},
"files": [
"dist"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daccred/attest.so.git"
},
"bugs": {
"url": "https://github.com/daccred/attest.so/issues"
},
"homepage": "https://github.com/daccred/attest.so#readme"
}