UNPKG

@retailmenot/roux

Version:
57 lines (56 loc) 1.33 kB
{ "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 <rpierce@rmn.com>" ], "contributors": [ "Elyse Holladay <eholladay@rmn.com>", "Lon Ingram <lingram@rmn.com>", "Kyle Smith <kbsmith@rmn.com>", "Luke Zilioli <lzilioli@rmn.com>", "Ray Pierce <rpierce@rmn.com>" ], "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 }