22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"name": "buct-cource-bridge",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Bluemangoo",
|
|
"private": true,
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "ts-node src/main.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.14",
|
|
"prettier": "^3.5.3",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@vclight/router": "^1.5.1",
|
|
"vclight": "^3.3.2"
|
|
}
|
|
}
|