fabric-samples/balance-transfer/typescript/package.json
Taku Shimosawa 3d53f79be3 [FAB-9033] TypeScript sample uses latest type defs
This patchset removes the type defintions for the TypeScript
version of balance-transfer, and makes it use the definitions
in the npm repository.

Change-Id: I711d438354101f48240dfec115d747d65448ee2a
Signed-off-by: Taku Shimosawa <taku.shimosawa@hal.hitachi.com>
2019-04-30 17:15:18 -07:00

38 lines
1 KiB
JSON

{
"name": "balance-transfer-typescript",
"version": "0.1.0",
"description": "The balance transfer sample written using typescript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kapil Sachdeva",
"license": "Apache-2.0",
"devDependencies": {
"@types/body-parser": "^1.16.5",
"@types/bytebuffer": "^5.0.36",
"@types/cors": "^2.8.1",
"@types/express-jwt": "0.0.37",
"@types/express-session": "^1.15.3",
"@types/jsonwebtoken": "^7.2.3",
"@types/log4js": "0.0.33",
"@types/node": "^8.0.33",
"express-bearer-token": "^2.1.0",
"jsonwebtoken": "^8.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.6.0",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.5.3"
},
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.1",
"express-jwt": "^5.3.0",
"express-session": "^1.15.6",
"fabric-ca-client": "~1.4.0",
"fabric-client": "~1.4.0",
"log4js": "^0.6.38"
}
}