UNPKG
@constructorfleet/ultimate-govee
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc9
1.0.0-rc8
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc17
1.0.0-rc16
1.0.0-rc15
1.0.0-rc14
1.0.0-rc13
1.0.0-rc12
1.0.0-rc11
1.0.0-rc1
1.0.0-rc0
1.0.0-rc-10
0.35.0
0.27.0
0.24.1
0.24.0
0.23.0
0.22.10
0.22.8
0.22.7
0.22.6
0.22.4
0.22.2
0.21.1
0.21.0
0.20.1
0.20.0
0.19.2
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.6.0
0.5.0
0.4.17
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.1
0.4.0
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.2
0.3.1
Library for interacting with Govee devices written in Typescript.
@constructorfleet/ultimate-govee
/
nest-cli.json
17 lines
(16 loc)
•
325 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"
$schema
"
:
"https://json.schemastore.org/nest-cli"
,
"collection"
:
"@nestjs/schematics"
,
"projects"
: {
"govee"
: {
"type"
:
"library"
,
"root"
:
"lib"
,
"entryFile"
:
"index"
,
"sourceRoot"
:
"lib"
} },
"compilerOptions"
: {
"tsConfigPath"
:
"./tsconfig.json"
,
"webpack"
:
false
} }