-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 855 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
{
"name": "influencerdb",
"version": "0.0.1",
"description": "JSON-Api to reserve in-game names for streamers and creators.",
"main": "dist/webserver.js",
"dependencies": {
"@types/node": "^22.1.0",
"hyper-express": "^6.16.4",
"tslib": "^2.6.3"
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"scripts": {
"start": "node --enable-source-maps .",
"dev": "tsc && node --enable-source-maps .",
"build": "tsc",
"format": "prettier --write \"**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mezotv/influencerdb.git"
},
"keywords": [
"influencer"
],
"author": "Dominik",
"license": "MIT",
"bugs": {
"url": "https://github.com/mezotv/influencerdb/issues"
},
"homepage": "https://github.com/mezotv/influencerdb#readme"
}