@@ -0,0 +1,28 @@
+{
+ "name": "ai-tslang",
+ "version": "1.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "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"
+}
@@ -0,0 +1,15 @@
+ "description": "",
+ "main": "task-tsgame.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ "keywords": [],
+ "author": "",
@@ -0,0 +1,9 @@
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "additionalProperties": false,
+ "properties": {},
+ "files": [],
+ "references": [],
+ "compilerOptions": {}
+