vtseditor
Version:
49 lines (48 loc) • 942 B
JSON
{
"author": "Stefan Werfling",
"bin": {
"vtseditor": "./cli/dev.js"
},
"dependencies": {
"@jsplumb/browser-ui": "6.2.10",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"normalize.css": "^8.0.1",
"open": "^8.4.0",
"vite": "7.1.6",
"vite-plugin-express": "^1.0.3",
"vts": "github:OpenSourcePKG/vts"
},
"description": "VTS Editor",
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^22.15.18",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20"
},
"keywords": [
"vts",
"editor",
"ui",
"typescript",
"npm"
],
"license": "ISC",
"name": "vtseditor",
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanwerfling/vtseditor.git"
},
"scripts": {
"dev": "node ./cli/dev.js"
},
"type": "module",
"version": "1.0.5"
}