-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 878 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
{
"name": "securetaskops-workflow-platform",
"version": "0.2.0",
"description": "Live security-aware workflow dashboard and API for release readiness, blockers and risk signals.",
"type": "module",
"private": false,
"engines": {
"node": ">=20"
},
"scripts": {
"start": "node src/server.js",
"dev": "node --watch src/server.js",
"check": "node --check src/domain.js && node --check src/sample-data.js && node --check src/server.js && node --check api/_response.js && node --check api/_state.js && node --check api/health.js && node --check api/tasks.js && node --check api/release-readiness.js && node --check public/app.js",
"test": "node --test"
},
"keywords": [
"nodejs",
"workflow",
"api",
"dashboard",
"testing",
"docker",
"security-aware-development"
],
"author": "Uzair Waseem",
"license": "MIT"
}