summaryrefslogtreecommitdiff
path: root/extract-tsdefs/package.json
blob: 8eca5ac7b2a22692d508653d81f9c472cc9cdb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "extract-tsdefs",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "GPL-3.0",
  "devDependencies": {
    "@types/node": "^18.8.1",
    "@types/prettier": "^2.7.1",
    "prettier": "^2.7.1",
    "typescript": "^4.8.4"
  }
}