waffle/package.json

17 lines
329 B
JSON
Raw Normal View History

2022-04-04 16:50:52 +03:00
{
"name": "waffle",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://git.hippoz.xyz/hippoz/waffle",
"author": "hippoz",
"license": "MIT",
"dependencies": {
"express": "^4.17.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"typescript": "^4.6.3"
},
"type": "module"
}