ae-channel-manager
Version:
A javascript library for managing AEternity payment channels for Pay-per-API call protocol
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "ae-channel-manager",
"version": "1.0.1",
"description": "A javascript library for managing AEternity payment channels for Pay-per-API call protocol",
"main": "dist/ae-channel-manager.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/channel.test.js",
"docs": "jsdoc -c jsdoc.json",
"develop": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vishwas1/ae-channel-lib.git"
},
"keywords": [
"state-channel",
"payment-channel",
"aeternity",
"lightning-network",
"blockchain",
"npm",
"aeternity"
],
"author": "Vishwas Anand Bhushan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vishwas1/ae-channel-lib/issues"
},
"homepage": "https://github.com/Vishwas1/ae-channel-lib#readme",
"dependencies": {
"imaginea-aepp-sdk": "^1.0.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"jsdoc": "^3.6.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
}
}