cc-haxe/buildServer/package.json

12 lines
195 B
JSON
Raw Normal View History

2023-08-09 13:22:12 +00:00
{
"name": "buildServer",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"async": "^3.2.4",
"body-parser": "^1.20.2",
"express": "^4.18.2"
}
}