summaryrefslogtreecommitdiff
path: root/packages/lib/package.json
blob: 7c21f24c073e4b15f0fa58a57dc19ec5ee7713cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "lib",
  "version": "1.0.0",
  "description": "",
  "type":"module",
  "main": "lib/index.js",
  "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",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2"
  }
}