aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6925b9728787abc9a5a1cf341c3ae4cc656a59c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "carcassonne-engine",
  "version": "0.0.0",
  "main": "index.ts",
  "author": "eug-vs <eugene@eug-vs.xyz>",
  "license": "MIT",
  "scripts": {
    "start": "ts-node index.ts"
  },
  "dependencies": {
    "debug": "^4.3.3",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "tslib": "^2.3.1"
  }
}