-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 954 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
{
"name": "mcviewer",
"version": "4.3.10",
"description": "Visualiseur de carte",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./index.html --dist-dir ./.dist",
"build": "parcel build ./index.html --no-source-maps --public-url . --dist-dir ./docs",
"doc": "jsdoc ./ -c ./doc/jsdoc.json",
"lint": "eslint --fix ./src/**/*.js --ignore-path .lintignore || exit 0"
},
"devDependencies": {
"@parcel/transformer-inline-string": "^2.11.0",
"@parcel/transformer-sass": "^2.11.0",
"buffer": "^6.0.3",
"eslint": "^8.21.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.10",
"parcel": "^2.11.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"process": "^0.11.10"
},
"author": "IGNF",
"license": "GPL-3",
"dependencies": {
"mcutils": "github:IGNF-Ma-carte/mcutils"
},
"staticFiles": {
"staticPath": "./assets",
"watcherGlob": "**"
}
}