@snyk/snyk-cocoapods-plugin
Version:
Snyk CLI CocoaPods plugin
58 lines (57 loc) • 1.74 kB
JSON
{
"name": "@snyk/snyk-cocoapods-plugin",
"description": "Snyk CLI CocoaPods plugin",
"main": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{*,{lib,test}/!(fixtures)/**/*}.{js,ts,json,yml}'",
"format": "prettier --write '{*,{lib,test}/!(fixtures)/**/*}.{js,ts,json,yml}'",
"lint": "npm run format:check && npm run lint:eslint",
"lint:eslint": "eslint 'lib/**/*.ts' && (cd test && eslint '**/*.ts')",
"test": "npm run lint && npm run test:unit",
"test:unit": "jest",
"test:coverage": "npm run test:unit -- --coverage",
"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
"build": "tsc",
"build-watch": "tsc -w",
"prepare": "npm run build"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/snyk/snyk-cocoapods-plugin"
},
"author": "snyk.io",
"license": "Apache-2.0",
"engines": {
"node": ">=8"
},
"files": [
"bin",
"dist"
],
"homepage": "https://github.com/snyk/snyk-cocoapods-plugin#readme",
"dependencies": {
"@snyk/cli-interface": "^2.11.0",
"@snyk/cocoapods-lockfile-parser": "3.6.2",
"@snyk/dep-graph": "^1.23.1",
"shescape": "2.1.6",
"source-map-support": "^0.5.7",
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/graphlib": "^2.1.6",
"@types/jest": "28.1.1",
"@types/node": "^20.17.57",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"jest": "28.1.3",
"prettier": "^2.0.5",
"ts-jest": "28.0.8",
"ts-node": "^8.10.1",
"tsc-watch": "^2.2.1",
"typescript": "5.8.3"
},
"version": "3.1.0"
}