mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "custom-ssr",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@divkitframework/divkit": "28.7.0-canary-32fbf51c54e423975fe9c58ae1e2f400b086da92",
|
|
"express": "4.18.2"
|
|
}
|
|
}
|