-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 909 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
38
39
{
"name": "@nolawnchairs/chromecast",
"version": "0.4.5",
"description": "Chromecast Abstraction",
"main": "index.js",
"author": "Micheel Wieczorek",
"license": "MIT",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/nolawnchairs/chromecast-js"
},
"bugs": {
"url": "https://github.com/nolawnchairs/chromecast-js/issues"
},
"typescript": {
"definition": "./index.d.ts"
},
"keywords": [
"google-cast",
"chromecast"
],
"devDependencies": {
"@types/chrome": "0.0.76",
"@types/chromecast-caf-sender": "^1.0.3",
"@types/node": "^10.12.18",
"express": "^4.16.4",
"nodemon": "^2.0.15",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"scripts": {
"start": "nodemon",
"dts": "dts-bundle-generator index.ts -o types.d.ts",
"npm-publish": "npm publish --access public"
}
}