-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.3 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@retailmenot/roux",
"version": "2.2.0",
"description": "Roux SDK and specification",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "tap -Rspec test/*.js --cov",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/RetailMeNotSandbox/roux.git"
},
"engines": {
"node": ">=10"
},
"keywords": [
"roux",
"pantry",
"ingredient"
],
"author": "RMN Engineering",
"maintainers": [
"Ray Pierce <[email protected]>"
],
"contributors": [
"Elyse Holladay <[email protected]>",
"Lon Ingram <[email protected]>",
"Kyle Smith <[email protected]>",
"Luke Zilioli <[email protected]>",
"Ray Pierce <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"@retailmenot/core-ui-editorconfig": "^1.0.2",
"@retailmenot/core-ui-eslintrc": "^7.0.0",
"eslint": "^7.5.0",
"mock-fs": "^4.9.0",
"mockery": "^2.1.0",
"sinon": "^9.0.2",
"snyk": "^1.363.0",
"tap": "^14.10.7"
},
"dependencies": {
"bluebird": "^3.7.2",
"core-error-predicates": "^1.1.0",
"debug": "^4.1.1",
"glob": "^7.1.6",
"lodash": "^4.17.19",
"path-parse": "^1.0.6",
"validate-npm-package-name": "^3.0.0"
},
"snyk": true
}