@solana-suite/shared
Version:
shared module for solana-suite
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "@solana-suite/shared",
"version": "0.6.9-M4",
"description": "shared module for solana-suite",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"keywords": [
"api",
"blockchain",
"solana",
"sdk",
"web3.js",
"nft"
],
"engines": {
"node": ">=16.*"
},
"files": [
"dist",
"solana-suite-config.js",
"package.json"
],
"license": "MIT",
"author": "Akira Takachi <a.takachi@atonoy.co>",
"homepage": "https://atonoy.github.io/solana-suite",
"repository": {
"type": "git",
"url": "https://github.com/atonoy/solana-suite.git"
},
"bugs": {
"url": "https://github.com/atonoy/solana-suite/issues"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf dist/ node_modules/",
"compile": "tsc -p tsconfig.json",
"compile:esm": "tsc -p tsconfig.esm.json",
"test": "mocha -t 300000 --require ts-node/register -- ",
"test:all": "mocha -t 300000 --require ts-node/register './test/**/*.test.ts'"
},
"dependencies": {
"@solana/web3.js": "^1.73.2",
"commander": "9.3.0"
}
}