@snyk/cocoapods-lockfile-parser
Version:
Generate a Snyk dependency graph from a Podfile.lock file
61 lines (60 loc) • 1.76 kB
JSON
{
"name": "@snyk/cocoapods-lockfile-parser",
"description": "Generate a Snyk dependency graph from a Podfile.lock file",
"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 --cache '{lib,test}/**/*.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'",
"prepare": "npm run build",
"build": "tsc",
"build-watch": "tsc -w"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/snyk/cocoapods-lockfile-parser"
},
"author": "snyk.io",
"license": "Apache-2.0",
"engines": {
"node": ">=8"
},
"files": [
"bin",
"dist"
],
"homepage": "https://github.com/snyk/cocoapods-lockfile-parser#readme",
"dependencies": {
"@snyk/dep-graph": "^2.3.0",
"@types/js-yaml": "^3.12.1",
"js-yaml": "^3.13.1",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.3.1",
"pretty-quick": "^4.0.0",
"ts-jest": "^29.1.4",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"version": "3.10.0"
}