Blockin out files

This commit is contained in:
Jakub 2026-07-12 11:17:43 +08:00
parent 480824a072
commit 8a98260f28
5 changed files with 304 additions and 2 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "nitinol",
"version": "0.1.0",
"description": "A malleable PWA template using Mithril and LIPS Scheme.",
"author": "Jakub Nowak",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"lips": "^1.0.0-beta.20",
"mithril": "^2.3.8"
}
}