瀏覽代碼

Add package.json file

Created this so that I could use module type files without having to
specify mjs file extensions.
ApisNecros 3 月之前
父節點
當前提交
88eecf5666
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      package.json

+ 11 - 0
package.json

@@ -0,0 +1,11 @@
+{
+  "name": "aoc-js-2024",
+  "version": "1.0.0",
+  "description": "",
+  "type": "module",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "Apis Necros",
+  "license": "MIT"
+}