UNPKG

1.13 kBJSONView Raw
1{
2 "name": "snyk-php-plugin",
3 "description": "Snyk CLI PHP plugin",
4 "main": "dist/index.js",
5 "scripts": {
6 "build": "tsc",
7 "build-watch": "tsc -w",
8 "lint": "eslint {lib,test}/**/*.ts",
9 "prepare": "npm run build",
10 "semantic-release": "semantic-release",
11 "test": "npm run lint && npm run unit-test",
12 "unit-test": "tap -Rspec test/*.test.ts --timeout=300"
13 },
14 "files": [
15 "dist",
16 "LICENSE"
17 ],
18 "homepage": "https://github.com/snyk/snyk-php-plugin",
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/snyk/snyk-php-plugin"
22 },
23 "author": "Snyk <https://snyk.io>",
24 "license": "Apache-2.0",
25 "engines": {
26 "node": ">=8"
27 },
28 "dependencies": {
29 "@snyk/cli-interface": "^2.9.1",
30 "@snyk/composer-lockfile-parser": "^1.4.1",
31 "@snyk/dep-graph": "^1.22.0",
32 "tslib": "1.14.1"
33 },
34 "devDependencies": {
35 "@types/node": "6.14.6",
36 "@typescript-eslint/eslint-plugin": "1.10.2",
37 "@typescript-eslint/parser": "1.10.2",
38 "eslint": "5.16.0",
39 "sync-request": "3.0.1",
40 "tap": "12.7.0",
41 "typescript": "3.8.3"
42 },
43 "version": "1.9.4"
44}