-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.12 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
55
56
57
58
59
{
"name": "arlas-web-contributors",
"version": "27.1.0-dev0",
"description": "Contributors Library for ARLAS Components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build-release-watch": "tsc -p tsconfig.json --watch && npm run copy-root-schema && npm run copy-npm-readme",
"build-release": "tsc -p tsconfig.json && npm run copy-root-schema && npm run copy-npm-readme",
"build-test": "tsc -p tsconfig.json && npm run copy-root-schema && npm run copy-npm-readme && cp package-test.json dist/package.json && cd dist && npm install && cd ..",
"clean": "npm cache clear && rimraf -- dist",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts",
"copy-root-schema": "cp src/jsonSchemas/rootContributorConf.schema.json dist/jsonSchemas",
"copy-npm-readme": "cp README-NPM.md dist/README.md",
"license-check": "license-check-and-add check -f license-check-and-add.json"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/GISAIA.ARLAS/ARLAS-web-contributors.git"
},
"author": "gisaia",
"license": "Apache-2.0",
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-contains": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/meta": "^6.0.1",
"@types/file-saver": "^2.0.1",
"@types/jsonpath": "^0.2.0",
"@types/tinycolor2": "^1.4.0",
"arlas-web-core": "~27.0.0",
"file-saver": "^2.0.2",
"jsonpath": "^1.0.0",
"moment": "^2.29.4",
"ngeohash": "^0.6.0",
"rxjs": "^7.4.0",
"tinycolor2": "~1.4.1",
"wellknown": "^0.5.0"
},
"devDependencies": {
"@types/node": "^18.19.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"license-check-and-add": "^4.0.5",
"node": "^18.19.1",
"rimraf": "^2.6.2",
"typescript": "~5.4.0"
},
"bugs": {
"url": "https://gitlab.com/GISAIA.ARLAS/ARLAS-web-contributors/issues"
},
"homepage": "https://gitlab.com/GISAIA.ARLAS/ARLAS-web-contributors/blob/master/README.md",
"overrides": {
"cross-spawn": "~7.0.5"
}
}