mirror of
https://github.com/YuzuZensai/SimpleStaticExpress.git
synced 2026-01-06 04:33:28 +00:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"name": "simplestaticexpress",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/YuzuZensai/SimpleStaticExpress.git",
|
|
"author": "Yuzu <contact@kirameki.pink>",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"express": "^4.18.1"
|
|
}
|
|
}
|