-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.35 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
44
45
{
"name": "@liquid-labs/liq-controls",
"version": "1.0.0-alpha.6",
"description": "Enables and manages policy controls for a @liquid-labs/plugable-express server.",
"main": "dist/liq-controls.js",
"scripts": {
"build": "make",
"lint": "make lint",
"lint:fix": "make lint-fix",
"test": "make test",
"preversion": "npm test && make lint",
"qa": "make qa"
},
"files": [
"dist/*"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [],
"author": "Zane Rockenbaugh <[email protected]>",
"license": "UNLICENSED",
"repository": "git+ssh://[email protected]/liquid-labs/liq-controls.git",
"bugs": {
"url": "https://github.com/liquid-labs/liq-controls/issues"
},
"homepage": "https://github.com/liquid-labs/liq-controls#readme",
"dependencies": {
"@liquid-labs/find-plus": "^1.0.1",
"@liquid-labs/http-smart-response": "^1.0.0-alpha.3",
"@liquid-labs/liq-handlers-lib": "^1.0.0-alpha.15",
"@liquid-labs/liq-qa-lib": "^1.0.0-alpha.8",
"@liquid-labs/npm-toolkit": "^1.0.0-alpha.15",
"@liquid-labs/resource-item": "^1.0.0-alpha.4",
"@liquid-labs/resource-model": "^1.0.0-alpha.10",
"http-errors": "^2.0.0",
"js-yaml": "^4.1.0"
},
"bin": {
"liq-controls": "dist/liq-controls-cli.js"
},
"devDependencies": {
"@liquid-labs/catalyst-scripts-node-project": "^1.0.0-alpha.5"
}
}