-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 926 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": "@hap-server/authenticate-pam",
"version": "0.5.0",
"keywords": [
"hap-server-plugin"
],
"author": {
"name": "Samuel Elliott",
"url": "https://samuelthomas2774.github.io"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://gitlab.fancy.org.uk/hap-server/authenticate-pam.git"
},
"engines": {
"@hap-server/hap-server": ">=0.8.0",
"node": ">=8.0.0 <=14"
},
"files": [
"dist"
],
"dependencies": {
"authenticate-pam": "github:Rush/node-authenticate-pam",
"uuid": "^8.3.0"
},
"devDependencies": {
"@hap-server/api": "^0.11.4",
"@hap-server/ui-api": "^0.11.4",
"@types/uuid": "^8.3.0",
"typescript": "^4.0.3"
},
"scripts": {
"prepare": "tsc"
},
"publishConfig": {
"access": "public"
}
}