summaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/package.json
blob: 21573894368a5c08d66e2ffa7db32a9a1c5c1736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "taler-integrationtests",
  "version": "0.0.1",
  "description": "Integration tests and fault injection for GNU Taler components",
  "main": "index.js",
  "scripts": {
    "compile": "tsc -b",
    "pretty": "prettier --write src"
  },
  "author": "Florian Dold <dold@taler.net>",
  "license": "AGPL-3.0-or-later",
  "devDependencies": {
    "esm": "^3.2.25",
    "prettier": "^2.0.5",
    "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"
  }
}