UNPKG

@financial-times/n-gage

Version:
64 lines (63 loc) 1.64 kB
{ "name": "@financial-times/n-gage", "version": "9.0.1", "description": "Make it so next", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npx snyk protect || npx snyk protect -d || true", "preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine" }, "bin": { "ngage": "./scripts/ngage.js" }, "repository": { "type": "git", "url": "git+https://github.com/Financial-Times/n-gage.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Financial-Times/n-gage/issues" }, "homepage": "https://github.com/Financial-Times/n-gage#readme", "dependencies": { "@financial-times/eslint-config-next": "^3.0.0", "@financial-times/n-fetch": "^1.0.0-beta.4", "@financial-times/n-pa11y-config": "^1.0.0", "@financial-times/secret-squirrel": "^2.6.0", "chalk-cli": "^4.1.0", "eslint": "^5.0.0", "husky": "^3.0.0", "jsonfile": "^5.0.0", "lintspaces-cli": "^0.7.0", "mkdirp": "^0.5.1", "stylelint": "^13.8.0", "stylelint-order": "^4.1.0", "stylelint-scss": "^3.18.0", "yargs": "^16.0.0" }, "devDependencies": { "chai": "^4.1.2", "check-engines": "^1.5.0", "mocha": "^4.1.0", "proxyquire": "^1.8.0", "sinon": "^4.1.3", "sinon-chai": "^2.14.0", "snyk": "^1.167.2" }, "husky": { "hooks": { "pre-commit": "secret-squirrel", "pre-push": "make verify -j3" } }, "volta": { "node": "16.14.1", "npm": "7.20.2" }, "engines": { "node": "14.x || 16.x", "npm": "7.x || 8.x" } }