-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "@equalstreetnames/global",
"description": "EqualStreetNames global map",
"license": "MIT",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/EqualStreetNames/equalstreetnames.git"
},
"bugs": "https://github.com/EqualStreetNames/equalstreetnames/issues",
"homepage": "https://equalstreetnames.be/",
"devDependencies": {
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@turf/turf": "^7.0.0",
"@types/ol": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.59.1",
"commander": "^10.0.1",
"eslint": "^8.39.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"parcel": "^2.12.0",
"sass": "^1.77.8",
"shelljs": "^0.8.5",
"typescript": "^5.5.2"
},
"scripts": {
"build": "node build.js",
"parcel:build": "parcel build src/index.html",
"parcel:serve": "parcel serve src/index.html",
"lint": "eslint \"src/**/*.ts\""
},
"dependencies": {
"ol": "^7.3.0"
}
}