aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0028d3d13d61512df2272179d019af5ec65b6ae1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "typeslang",
  "version": "0.0.0",
  "description": "__",
  "main": "__",
  "repository": "__",
  "author": "Akshay Nair <phenax5@gmail.com>",
  "license": "MIT",
  "scripts": {
    "runtime": "ts-node src/runtime.ts",
    "watch": "nodemon --exec 'clear && yarn runtime' -e .ts"
  },
  "dependencies": {
    "@types/node": "^18.11.18",
    "ts-morph": "^17.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/uuid": "^9.0.0",
    "nodemon": "^2.0.20"
  }
}