aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoramelia <[email protected]>2022-05-09 10:58:25 -0500
committeramelia <[email protected]>2022-05-09 10:58:25 -0500
commite5de1ca783ee0c14e04b6d63f677cbb852b168f1 (patch)
tree1bcb74bd49df451bd3335e458916ea00bce06452 /package.json
parent48442795718ce5497a773c5e909e2c7faa049201 (diff)
optional desktop app update
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..09ea76b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "chessnt",
+ "version": "1.0.0",
+ "description": "[view it here](https://squiresgrant.github.io/chessnt/)",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "start": "electron ."
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/squiresgrant/chessnt.git"
+ },
+ "author": "grant squires",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/squiresgrant/chessnt/issues"
+ },
+ "homepage": "https://github.com/squiresgrant/chessnt#readme",
+ "dependencies": {
+ "electron": "^18.2.0"
+ }
+}