Browse Source

init: web3-0210427

林财明 1 year ago
parent
commit
fefdc22c37

+ 28 - 0
task/ai-tslang/package-lock.json

@@ -0,0 +1,28 @@
+{
+  "name": "ai-tslang",
+  "version": "1.0.0",
+  "lockfileVersion": 3,
+  "requires": true,
+  "packages": {
+    "": {
+      "name": "ai-tslang",
+      "version": "1.0.0",
+      "license": "ISC",
+      "dependencies": {
+        "typescript": "^5.2.2"
+      }
+    },
+    "node_modules/typescript": {
+      "version": "5.2.2",
+      "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.2.2.tgz",
+      "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
+      "bin": {
+        "tsc": "bin/tsc",
+        "tsserver": "bin/tsserver"
+      },
+      "engines": {
+        "node": ">=14.17"
+      }
+    }
+  }
+}

+ 15 - 0
task/ai-tslang/package.json

@@ -0,0 +1,15 @@
+{
+  "name": "ai-tslang",
+  "version": "1.0.0",
+  "description": "",
+  "main": "task-tsgame.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "dependencies": {
+    "typescript": "^5.2.2"
+  }
+}

+ 0 - 0
task/ai-tslang/task-tsgame.js


+ 0 - 0
task/ai-tslang/task-tsgame.ts


+ 0 - 0
task/ai-tslang/tsconfig.json


+ 9 - 0
task/ai-tslang/tsconfig.schema.json

@@ -0,0 +1,9 @@
+{
+    "$schema": "https://json.schemastore.org/tsconfig",
+    "additionalProperties": false,
+    "properties": {},
+    "files": [],
+    "references": [],
+    "compilerOptions": {}
+  }
+  

+ 0 - 0
task/ai-tslang1/task-tagame.js


+ 0 - 0
task/ai-tslang1/task-tagame.ts