-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 892 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 892 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
{
"name": "opentrustengine",
"version": "1.0.0",
"private": true,
"description": "OpenTrustEngine — open multi-dimensional trust scoring infrastructure for commerce, workforce, and compliance.",
"homepage": "https://opentrustengine.com",
"repository": {
"type": "git",
"url": "git+https://github.com/deepakfq/opentrustengine.git"
},
"bugs": {
"url": "https://github.com/deepakfq/opentrustengine/issues"
},
"author": "Deepak Kumar Dwivedi <deepak@freaquer.com> (https://freaquer.com)",
"license": "AGPL-3.0-or-later",
"workspaces": [
"packages/*",
"plugins/opentrustengine-shopify",
"plugins/opentrustengine-tally"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"clean": "rm -rf packages/*/dist plugins/*/dist"
},
"engines": {
"node": ">=18"
}
}