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