summaryrefslogtreecommitdiff
path: root/packages/anastasis-cli/package.json
blob: 03d8ffa8f86ac99bda14afadf4ac98ffd3663927 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "@gnu-taler/anastasis-cli",
  "version": "0.10.6",
  "description": "",
  "engines": {
    "node": ">=0.18.0"
  },
  "repository": {
    "type": "git",
    "url": "git://git.taler.net/wallet-core.git"
  },
  "author": "Florian Dold",
  "license": "GPL-3.0",
  "bin": {
    "anastasis-cli": "./bin/anastasis-cli.mjs"
  },
  "type": "module",
  "scripts": {
    "compile": "tsc && ./build-node.mjs",
    "test": "tsc",
    "clean": "rm -rf lib dist tsconfig.tsbuildinfo",
    "typedoc": "typedoc --out dist/typedoc ./src/",
    "pretty": "prettier --write src"
  },
  "files": [
    "AUTHORS",
    "README",
    "COPYING",
    "bin/",
    "dist/node",
    "src/"
  ],
  "devDependencies": {
    "@types/node": "^18.11.17",
    "prettier": "^3.1.1",
    "typedoc": "^0.25.4",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@gnu-taler/anastasis-core": "workspace:*",
    "@gnu-taler/taler-util": "workspace:*",
    "tslib": "^2.6.2"
  }
}