forked from GeoFS-Extensions/autoland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "autoland",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "node infra/build.js && npm run prettier",
"data": "node infra/builds/nav_data_build.js",
"debug": "node infra/build.js --debug && npm run prettier",
"packaging": "ncu -u --reject @types/leaflet && npm i",
"prettier": "prettier --write .",
"suite": "npm run packaging && npm run data && npm run build && npm run test",
"test": "eslint . && prettier --check . && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoFS-Extensions/autoland.git"
},
"keywords": [],
"author": "Nicolas Rodriguez & Guy Adler",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/GeoFS-Extensions/autoland/issues"
},
"homepage": "https://github.com/GeoFS-Extensions/autoland#readme",
"dependencies": {
"@types/chrome": "^0.0.163",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/jquery": "^3.5.8",
"@types/leaflet": "^1.5.23",
"@types/requirejs": "^2.1.34",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"chalk": "^4.1.2",
"css-loader": "^6.5.1",
"cws-publish": "^2.0.6",
"download": "^8.0.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"html-loader": "^3.0.1",
"knockout": "^3.5.1",
"npm-check-updates": "^12.0.0",
"prettier": "2.4.1",
"requirejs": "^2.3.6",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.62.1",
"yargs": "^17.2.1"
}
}