-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "ghibli-api",
"version": "1.0.0",
"description": "A simple API for Studio Ghibli resources. Unofficial/fan-made",
"main": "src/index.ts",
"scripts": {
"test": "ts-node src/index.ts --resolveJsonModule --trace-deprication",
"start": "ts-node src/index.ts --resolveJsonModule --trace-deprication",
"format": "prettier --write \"src/**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dominik-Development/ghibli-api.git"
},
"keywords": [
"Ghibli",
"Ghibliapi"
],
"author": "Dominik, Finn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dominik-Development/ghibli-api/issues"
},
"homepage": "https://github.com/Dominik-Development/ghibli-api#readme",
"dependencies": {
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"kill-port": "^2.0.1",
"path": "^0.12.7"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/kill-port": "^2.0.0",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"prettier": "^2.8.8",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}