-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 880 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
{
"name": "rct-screenshotter",
"version": "1.1.4",
"description": "REST API for getting screenshots of Rollercoaster Tycoon maps",
"main": "index.js",
"scripts": {
"build": "node build.js",
"watch": "node build.js --watch"
},
"dependencies": {
"ejs": "3.1.9",
"express": "4.18.2",
"moment": "2.30.1",
"multer": "1.4.5-lts.1",
"phin": "3.7.0"
},
"devDependencies": {
"csso": "5.0.5",
"sass": "1.70.0",
"uglify-js": "3.17.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorySanin/rct-screenshotter.git"
},
"keywords": [
"openrct2",
"screenshot",
"Rollercoaster Tycoon"
],
"author": "Cory Sanin",
"license": "MIT",
"bugs": {
"url": "https://github.com/CorySanin/rct-screenshotter/issues"
},
"homepage": "https://github.com/CorySanin/rct-screenshotter#readme"
}