-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.26 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
47
{
"name": "renewedvision-propresenter",
"version": "7.7.2",
"description": "RenewedVision ProPresenter API wrapper",
"keywords": [
"renewedvision",
"propresenter"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"clean": "tsc --build --clean",
"generate-docs": "typedoc --plugin typedoc-plugin-markdown src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JeffreyDavidsz/node-renewedvision-propresenter-api"
},
"author": {
"name": "Jeffrey Davidsz <[email protected]>"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/JeffreyDavidsz/node-renewedvision-propresenter-api/issues"
},
"homepage": "https://github.com/JeffreyDavidsz/node-renewedvision-propresenter-api#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/node": "^22.8.5",
"npm": "^9.5.1",
"typedoc": "^0.23.26",
"typedoc-plugin-markdown": "^3.14.0"
},
"engines": {
"npm": "please-use-yarn",
"yarn": "^1.22",
"node": ">=18.12"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}