aboutsummaryrefslogtreecommitdiff
path: root/tooling/talertest/package.json
blob: 4a53bcae9f0dab48eac1d719322891a9e7add6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "talertest",
  "version": "1.0.0",
  "main": "talertest.js",
  "types": "talertest.d.ts",
  "author": "Florian Dold",
  "license": "GPL-2.0+",
  "scripts": {
    "build": "tsc"
  },
  "files": [
    "node/",
    "selenium/",
    "talertest.d.ts",
    "foobar"
  ],
  "devDependencies": {
    "typescript": "^2.2.2"
  }
}