iota-streams-wasm
Version:
Iota Streams Javascript/Typescript bindings for Nodejs and Browser
45 lines (44 loc) • 1.26 kB
JSON
{
"name": "iota-streams-wasm",
"version": "1.0.4",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/iuslkae/iota-streams-wasm.git"
},
"description": "Iota Streams Javascript/Typescript bindings for Nodejs and Browser",
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/gulp": "^4.0.9",
"@types/node": "16.3.0",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"nodemon": "2.0.11",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"ts-node": "10.0.0",
"ts-transformer-keys": "0.4.3",
"ttypescript": "1.5.12",
"typescript": "4.3.5"
},
"dependencies": {
"tslib": "2.3.0"
},
"directories": {
"node":"node",
"web":"web"
},
"keywords": ["iota","chrysalis","streams","channels","wasm","webassembly","rust","iota framework","iot streams","nodejs","browser","web","streams bindings", "iota streams"],
"scripts": {
"prebuild": "rimraf dist",
"build": "gulp"
},
"bugs": {
"url": "https://github.com/iotaledger/streams/issues"
}
}