tokenstack
Version:
Official Tokenstack JS Software Development Kit
29 lines • 684 B
JSON
{
"name": "tokenstack",
"version": "1.0.5",
"description": "Official Tokenstack JS Software Development Kit",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tokenstack/tokenstack-js-sdk.git"
},
"keywords": [
"Web3",
"Blockchain",
"NFTs"
],
"author": "Tokenstack",
"license": "ISC",
"bugs": {
"url": "https://github.com/tokenstack/tokenstack-js-sdk/issues"
},
"homepage": "https://github.com/tokenstack/tokenstack-js-sdk#readme",
"dependencies": {
"axios": "^0.26.0",
"dotenv": "^16.0.0"
},
"type": "module"
}