From 7dc9f827f468640f565aec8e6f2909ead18d6cdb Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Sun, 7 Jul 2024 18:15:31 +0530 Subject: added the source code so far --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..3098cdc --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "chess", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "" +} -- cgit v1.2.3