digital-theory/package.json

21 lines
341 B
JSON
Raw Normal View History

2023-04-20 11:40:23 +02:00
{
2023-06-02 17:24:40 +02:00
"name": "sesame",
2023-04-20 11:40:23 +02:00
"version": "0.0.1",
"description": "",
"keywords": [
"sesame"
],
2023-04-27 17:04:28 +02:00
"license": "AGPLv3+",
"author": "B. Lemoine contact@cipherbliss.com",
"engines": {
"node": ">=16.0.0"
},
2023-04-20 11:40:23 +02:00
"scripts": {
"start": "serve"
2023-04-20 11:40:23 +02:00
},
"devDependencies": {
"parcel-bundler": "^1.8.1",
"serve": "^14.2.0"
2023-04-20 11:40:23 +02:00
}
}