@financial-times/n-gage
Version:
Make it so next
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "@financial-times/n-gage",
"version": "4.0.0",
"description": "Make it so next",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "secret-squirrel",
"prepush": "make verify -j3",
"commitmsg": "secret-squirrel-commitmsg",
"prepare": "npx snyk protect || npx snyk protect -d || true"
},
"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/n-fetch": "^1.0.0-beta.4",
"@financial-times/secret-squirrel": "^2.6.0",
"chalk-cli": "^4.1.0",
"eslint": "^5.0.0",
"eslint-plugin-no-only-tests": "^2.0.0",
"husky": "^3.0.0",
"jsonfile": "^5.0.0",
"lintspaces-cli": "^0.7.0",
"mkdirp": "^0.5.1",
"stylelint": "^10.0.0",
"stylelint-order": "^3.0.0",
"stylelint-scss": "^2.2.0",
"yargs": "^10.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.1.0",
"proxyquire": "^1.8.0",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0",
"snyk": "^1.167.2"
}
}