forked from shaack/cm-pgn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 988 Bytes
/
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
43
{
"name": "cm-pgn",
"version": "3.4.0-4",
"description": "Module for parsing and rendering of PGNs (Portable Game Notation)",
"main": "dist/index_bundle.js",
"scripts": {
"build": "webpack",
"test": "echo 'request test/index.html for testing'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/cm-pgn.git"
},
"keywords": [
"ES6",
"ECMAScript 6",
"chess",
"PGN",
"parser"
],
"author": "shaack",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/cm-pgn/issues"
},
"homepage": "https://github.com/shaack/cm-pgn#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"pegjs": "^0.10.0",
"teevi": "^2.2.4",
"vite": "^5.0.12",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"chess.js": "^1.0.0-beta.7"
},
"dependencies": {
"chess.js": "^1.0.0-beta.7"
}
}