@worldsibu/convector-core-chaincode
Version:
Convector base chaincode to use in conjunction with controllers and models
67 lines (66 loc) • 1.99 kB
JSON
{
"name": "@worldsibu/convector-core-chaincode",
"version": "1.3.8",
"description": "Convector base chaincode to use in conjunction with controllers and models",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger-labs/convector/tree/develop/%40worldsibu/convector-core-chaincode"
},
"keywords": [
"typescript",
"chaincode",
"blockchain",
"hyperledger",
"solutions",
"environment",
"hyperledger fabric",
"smart contract",
"run",
"hurley",
"composer"
],
"homepage": "https://worldsibu.tech/convector/convector-smart-contracts/",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"files": [
"dist/*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "node ./start.js",
"start:debug": "nodemon --inspect=$DEBUG_PORT ./start.js",
"------------ STANDARD TASKS ------------": "",
"clean": "rimraf dist tests/dist",
"clean:docs": "rimraf docs",
"build": "npm run clean && tsc && tsc -p ./tests/tsconfig.json",
"lint": "tslint --fix -c '../../tslint.json' -p './tsconfig.json'",
"test": "mocha -r ts-node/register tests/**/*.spec.ts --reporter spec",
"prepare": "npm run build",
"predocs:generate": "npm run clean:docs",
"docs:generate": "typedoc src --mode file --out docs --target ES6 --excludePrivate",
"docs:serve": "http-server docs"
},
"dependencies": {
"@theledger/fabric-chaincode-utils": "^4.0.1",
"@worldsibu/convector-core": "^1.3.8",
"@worldsibu/convector-storage-stub": "^1.3.8",
"reflect-metadata": "^0.1.12",
"tslib": "^1.9.0"
},
"chaincodeDevDependencies": {
"nodemon": "^1.18.10"
},
"devDependencies": {
"http-server": "^0.11.1",
"mocha": "^5.0.3",
"npm-scripts-watcher": "^1.0.2",
"rimraf": "^2.6.2",
"ts-node": "^6.0.3",
"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typescript": "2.8.3"
}
}