-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@treasure-chess/chess-achievements",
"version": "0.1.5",
"description": "Calculate chess achievements based on moves ",
"main": "src/index.js",
"scripts": {
"test": "node tests/full.test.js",
"lint": "eslint ./src",
"debug": "node --inspect-brk tests/full.test.js"
},
"dependencies": {
"chess.js": "^0.12.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-unicorn": "^20.1.0",
"lerna": "^4.0.0",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Treasure-Chess/chess-achievements.git"
},
"keywords": [
"treasure",
"chess",
"achievement",
"chess.com",
"smart contract"
],
"author": "Treasure Chess Community <maintainers@niftychess.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Treasure-Chess/chess-achievements/issues"
},
"homepage": "https://github.com/Treasure-Chess/chess-achievements#readme"
}