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

6
package.json Normal file
View file

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