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