0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00
penpot/backend/package.json
2023-11-13 18:33:28 +01:00

16 lines
294 B
JSON

{
"name": "penpot-backend",
"version": "1.0.0",
"main": "index.js",
"license": "MPL-2.0",
"dependencies": {
"luxon": "^3.4.2",
"sax": "^1.2.4"
},
"scripts": {},
"devDependencies": {
"nodemon": "^3.0.1",
"source-map-support": "^0.5.21",
"ws": "^8.13.0"
}
}