snyk-php-plugin
Version:
Snyk CLI PHP plugin
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "snyk-php-plugin",
"description": "Snyk CLI PHP plugin",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build-watch": "tsc -w",
"lint": "eslint {lib,test}/**/*.ts",
"prepare": "npm run build",
"semantic-release": "semantic-release",
"test": "npm run lint && npm run unit-test",
"unit-test": "tap -Rspec test/*.test.ts --timeout=300"
},
"files": [
"dist",
"LICENSE"
],
"homepage": "https://github.com/snyk/snyk-php-plugin",
"repository": {
"type": "git",
"url": "https://github.com/snyk/snyk-php-plugin"
},
"author": "Snyk <https://snyk.io>",
"license": "Apache-2.0",
"engines": {
"node": ">=8"
},
"dependencies": {
"@snyk/cli-interface": "^2.9.1",
"@snyk/composer-lockfile-parser": "^1.4.1",
"@snyk/dep-graph": "^1.22.0",
"tslib": "1.14.1"
},
"devDependencies": {
"@types/node": "6.14.6",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"eslint": "5.16.0",
"sync-request": "3.0.1",
"tap": "12.7.0",
"typescript": "3.8.3"
},
"version": "1.9.4"
}