generated from lengyanyu258/cchessboardjs
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
33 lines (33 loc) · 910 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
{
"name": "@lengyanyu258/xiangqiboardjs",
"author": "@lengyanyu258 <[email protected]> (github.com/lengyanyu258)",
"description": "JavaScript xiangqiboard widget",
"homepage": "https://lengyanyu258.github.io/xiangqiboardjs/index.html",
"license": "MIT",
"version": "0.3.3",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": "git://github.com/lengyanyu258/xiangqiboardjs.git",
"files": [
"dist/"
],
"dependencies": {
"jquery": "3.5.0"
},
"devDependencies": {
"code-prettify": "^0.1.0",
"csso": "^4.0.3",
"fs-plus": "^3.1.1",
"kidif": "^1.1.0",
"mustache": "^4.0.1",
"normalize.css": "^8.0.1",
"standard": "^14.3.3",
"terser": "4.6.12"
},
"scripts": {
"build": "standard src/*.js && node scripts/build.js",
"standard": "standard --fix src/*.js",
"website": "node scripts/website.js"
}
}