-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 745 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": "govflow-vn",
"version": "0.1.0",
"private": true,
"type": "module",
"license": "Apache-2.0",
"description": "Auditable Vietnamese public-service dossier workflow prototype",
"repository": {
"type": "git",
"url": "git+https://github.com/mrlouisdev/govflow-vn.git"
},
"homepage": "https://mrlouisdev.github.io/govflow-vn/demo/",
"bugs": {
"url": "https://github.com/mrlouisdev/govflow-vn/issues"
},
"keywords": [
"vietnamese",
"public-service",
"document-validation",
"audit-trail",
"synthetic-evaluation"
],
"scripts": {
"test": "node --test",
"benchmark": "node benchmarks/run.mjs",
"serve": "node scripts/serve.mjs"
},
"engines": {
"node": ">=20"
}
}