-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 935 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
34
35
36
37
38
39
{
"name": "1-line-opening-hours",
"version": "0.3.2",
"description": "Simple parser for OpenStreetMap `opening_hours`",
"main": "lib/openingHours.js",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest",
"build": "tsc -p .",
"prepublish": "rm -rf ./lib && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snowpact/1-line-opening-hours.git"
},
"keywords": [
"opening_hours",
"osm",
"openstreetmap",
"timetable"
],
"author": "SnowPact",
"license": "MIT",
"bugs": {
"url": "https://github.com/snowpact/1-line-opening-hours/issues"
},
"homepage": "https://github.com/snowpact/1-line-opening-hours#readme",
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"jest": "^26.6.3",
"mockdate": "^3.0.5",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"typescript": "^3.3.4000"
}
}