mirror of
https://github.com/KingOfTheNOPs/DBSC-Example
synced 2026-06-29 08:59:52 +00:00
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"name": "dbsc-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Standalone Device Bound Session Credentials example web app.",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|