-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 1.36 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
{
"author": "Chris Oakman <[email protected]> (https://chrisoakman.com)",
"description": "JavaScript Chessboard Component v2",
"license": "ISC",
"name": "@chrisoakman/chessboard2",
"version": "0.5.0",
"homepage": "https://chessboardjs.com/v2",
"repository": {
"type": "git",
"url": "https://github.com/oakmac/chessboard2.git"
},
"bugs": {
"url": "https://github.com/oakmac/chessboard2/issues"
},
"scripts": {
"build-report": "shadow-cljs run shadow.cljs.build-report chessboard2 website/build-report.html",
"build": "shadow-cljs release chessboard2 && ./scripts/website.js",
"build-esm": "shadow-cljs release chessboard2-esm && ./scripts/website.js",
"build-ci": "shadow-cljs release chessboard2 && shadow-cljs release chessboard2-esm && ./scripts/website.js",
"cypress": "cypress open",
"lint-js": "standard --fix scripts/ website/js/examples.js && node scripts/lint-examples.js",
"local-dev": "serve website/ -p 3232",
"release": "shadow-cljs release chessboard2 && shadow-cljs release chessboard2-esm && ./scripts/release.js",
"test": "shadow-cljs compile node-tests"
},
"devDependencies": {
"commonmark": "0.30.0",
"csso": "5.0.5",
"cypress": "10.9.0",
"fs-plus": "3.1.1",
"kidif": "1.1.0",
"mustache": "4.2.0",
"serve": "14.2.0",
"shadow-cljs": "2.20.2",
"standard": "17.0.0"
}
}