summaryrefslogtreecommitdiff
path: root/package.json
blob: 15058b1aa178ea2e0a0e387fc12fe754660a4eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "chess",
  "version": "1.0.0",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": ""
}