-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 826 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 826 Bytes
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
{
"name": "timescape",
"version": "1.0.0",
"description": "TimeScape is a research tool that helps visualize historical timelines in their geographic context, providing a comprehensive view of significant events.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "http-server",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kompolom/timescape.git"
},
"author": "Evgeniy Baranov",
"license": "ISC",
"bugs": {
"url": "https://github.com/kompolom/timescape/issues"
},
"homepage": "https://github.com/kompolom/timescape#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"rollup": "^4.55.3"
},
"dependencies": {
"ol": "^10.7.0"
}
}