missing-routes/package.json

25 lines
480 B
JSON
Raw Normal View History

2024-09-06 20:13:13 -07:00
{
"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"
}
}