-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "@liquid-labs/condition-eval",
"version": "1.0.0-alpha.19",
"description": "",
"main": "dist/condition-eval.js",
"module": "dist/condition-eval.mjs",
"files": [
"bin/",
"dist/"
],
"scripts": {
"build": "make build",
"test": "make test",
"preversion": "make qa",
"lint": "make lint",
"lint:fix": "make lint-fix",
"qa": "make qa"
},
"keywords": [],
"author": "Zane Rockenbaugh <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Liquid-Labs/condition-eval.git"
},
"bugs": {
"url": "https://github.com/Liquid-Labs/condition-eval/issues"
},
"homepage": "https://github.com/Liquid-Labs/condition-eval#readme",
"liq": {
"orgBase": "[email protected]:Liquid-Labs/Liquid-Labs.git",
"packageType": "node|lib"
},
"devDependencies": {
"@liquid-labs/sdlc-resource-babel-and-rollup": "^1.0.0-alpha.9",
"@liquid-labs/sdlc-resource-eslint": "^1.0.0-alpha.20",
"@liquid-labs/sdlc-resource-jest": "^1.0.0-alpha.7"
},
"dependencies": {
"regex-repo": "^5.0.1"
}
}