-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 857 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.basmilius.apple",
"version": "1.0.0",
"scripts": {
"build": "tsc && rm -rf .homeybuild/node_modules/**/*.js.map && rm -rf .homeybuild/node_modules/**/*.mjs.map"
},
"dependencies": {
"@basmilius/apple-airplay": "^0.8.2",
"@basmilius/apple-audio-source": "^0.8.2",
"@basmilius/apple-common": "^0.8.2",
"@basmilius/apple-companion-link": "^0.8.2",
"@basmilius/apple-devices": "^0.8.2",
"@basmilius/apple-encoding": "^0.8.2",
"@basmilius/apple-encryption": "^0.8.2",
"@basmilius/apple-raop": "^0.8.2",
"@basmilius/homey-common": "^1.18.1"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.12",
"@types/node": "^25.3.3",
"typescript": "^5.9.3"
}
}