Add package.json (yes, this is now on npm)

This commit is contained in:
Talia 2023-09-29 17:51:49 +02:00
parent ee88c467ee
commit ee51af8176
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 6 additions and 0 deletions

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "skooma",
"version": "1.0.0",
"module": "skooma.js",
"type": "module"
}