-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 834 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
{
"name": "@jofr/express-turn-credentials-rest-api",
"version": "1.0.0",
"description": "Express middleware for the TURN credentials REST API",
"type": "commonjs",
"types": "./dist/turn_credentials.d.ts",
"main": "./dist/turn_credentials.js",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jofr/express-turn-credentials-rest-api.git"
},
"keywords": [
"express",
"turn"
],
"author": "Jonas <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jofr/express-turn-credentials-rest-api/issues"
},
"homepage": "https://github.com/jofr/express-turn-credentials-rest-api#readme",
"devDependencies": {
"@types/node": "^18.11.0",
"typescript": "^4.8.4"
}
}