summaryrefslogtreecommitdiff
path: root/packages/spa/package.json
blob: 6c5394b9c99844b082ea76518f6a0d415952f82b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "spa",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "compile": "tsc",
    "clean": "rm -rf lib tsconfig.tsbuildinfo",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^20.8.4",
    "@gnu-taler/taler-util":"workspace:*",
    "lib": "workspace:*",
    "typescript": "^5.2.2"
  }
}