Browse Source

AI: 创建 package.json 文件

D8D AI 1 year ago
parent
commit
0f425fc12a
1 changed files with 12 additions and 0 deletions
  1. 12 0
      package.json

+ 12 - 0
package.json

@@ -0,0 +1,12 @@
+{
+  "name": "my-project",
+  "version": "1.0.0",
+  "description": "A simple project",
+  "main": "script.js",
+  "scripts": {
+    "start": "node script.js"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC"
+}