diff options
author | IgrisBRC <[email protected]> | 2024-07-07 18:15:31 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-07 18:15:31 +0530 |
commit | 7dc9f827f468640f565aec8e6f2909ead18d6cdb (patch) | |
tree | ebfc17c0cf6f99932e8fbc001c398dc78d5d740f /package.json | |
parent | 7b8aa8b8b1b3f4447b82e344693ebf5b1e60ffe2 (diff) |
added the source code so far
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 12 insertions, 0 deletions
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": "" +} |