-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 869 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
25
26
27
28
29
30
31
{
"name": "ldr-standard",
"version": "0.1.0",
"description": "Logo Dynamic Redirect — Open standard for intelligent logo-based routing",
"main": "src/core/hasher.js",
"scripts": {
"test": "node tests/core.test.js && node tests/registry.test.js && node tests/sdk.test.js",
"test:core": "node tests/core.test.js",
"test:registry": "node tests/registry.test.js",
"test:sdk": "node tests/sdk.test.js",
"server": "node src/registry/server.js",
"server:dev": "PORT=3001 node src/registry/server.js"
},
"keywords": [
"ldr",
"logo-recognition",
"perceptual-hash",
"open-standard",
"qr-alternative",
"dynamic-redirect"
],
"author": "LDR Standard Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/paracci/ldr"
},
"engines": {
"node": ">=16.0.0"
}
}