Files
onedark.vim/build/package.json
Snyk bot 4bd965e298 [Snyk] Fix for 1 vulnerabilities (#218)
* fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746

* fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746

* fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
2020-05-01 02:09:11 -04:00

37 lines
804 B
JSON

{
"name": "onedark.vim-builder",
"version": "1.0.0",
"description": "Builds the onedark.vim Vim colorscheme and associated files",
"main": "build.js",
"scripts": {
"build": "node build.js",
"test": "eslint build.js && node build.js check",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": {
"name": "Josh Dick",
"email": "josh@joshdick.net",
"url": "http://joshdick.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joshdick/onedark.vim.git"
},
"devDependencies": {
"eslint": "^6.5.1",
"husky": "^4.2.3"
},
"dependencies": {
"termcolors": "latest",
"snyk": "^1.316.1"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"snyk": true
}