wallet-core/packages/taler-integrationtests/package.json

23 lines
540 B
JSON
Raw Normal View History

{
"name": "taler-integrationtests",
"version": "0.0.1",
"description": "Integration tests and fault injection for GNU Taler components",
"main": "index.js",
"scripts": {
"compile": "tsc -b"
},
"author": "Florian Dold <dold@taler.net>",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"esm": "^3.2.25",
"source-map-support": "^0.5.19",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.19.2",
"taler-wallet-core": "workspace:*",
"tslib": "^2.0.0"
}
}