summaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/package.json
blob: 7da65b144a572e87c15e85cca9595c707f757a39 (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
25
{
  "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",
    "nyc": "^15.1.0",
    "prettier": "^2.1.2",
    "source-map-support": "^0.5.19",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  },
  "dependencies": {
    "axios": "^0.21.0",
    "taler-wallet-core": "workspace:*",
    "tslib": "^2.0.3"
  }
}