This commit is contained in:
nora 2024-11-20 20:55:17 +01:00
commit b2ed872ea7
5 changed files with 479 additions and 0 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "jompiler",
"version": "1.0.0",
"main": "index.js",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}