-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "@flancer64/demo-webauthn-pubkey",
"version": "0.1.0",
"description": "WebAuthn API with PubKey Demo.",
"homepage": "https://github.com/flancer64/demo-webauthn-pubkey/",
"bugs": {
"url": "https://github.com/flancer64/demo-webauthn-pubkey/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"author": {
"name": "Alex Gusev",
"email": "[email protected]",
"url": "https://github.com/flancer64"
},
"repository": "github:flancer64/demo-webauthn-pubkey",
"scripts": {
"db-reset": "node ./bin/tequila.mjs db-init",
"help": "node ./bin/tequila.mjs -h",
"start": "node ./bin/tequila.mjs web-server-start -1",
"stop": "node ./bin/tequila.mjs web-server-stop"
},
"dependencies": {
"@flancer32/teq-ant-auth": "github:flancer32/teq-ant-auth",
"@flancer32/teq-ant-log": "github:flancer32/teq-ant-log",
"@teqfw/core": "0.10.0",
"@teqfw/db": "0.7.0",
"@teqfw/di": "0.12.1",
"@teqfw/test": "0.3.0",
"@teqfw/ui-quasar": "0.4.0",
"@teqfw/vue": "0.4.0",
"@teqfw/web": "0.9.0",
"@teqfw/web-api": "0.2.0",
"mysql2": "latest",
"pg": "latest"
},
"devDependencies": {
"mocha": "latest"
},
"engines": {
"node": ">=18"
}
}