missing-routes/package.json
2024-09-07 15:13:13 +12:00

24 lines
480 B
JSON

{
"name": "vc-routes",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"watch": "tsc -b -w",
"start": "node dist/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"astring": "^1.8.6",
"estree-toolkit": "^1.7.5",
"meriyah": "^4.5.0",
"node-fetch": "^3.3.2",
"typescript": "^4.9.5"
},
"type": "module",
"devDependencies": {
"@types/node-fetch": "^2.6.11"
}
}