{ "name": "rust-audit-check", "version": "2.0.0", "private": false, "description": "Security audit for security vulnerabilities", "main": "lib/main.js", "directories": { "lib": "lib", "test": "__tests__" }, "scripts": { "build": "ncc build src/main.ts --minify", "watch": "ncc build src/main.ts --watch --minify", "test": "jest --passWithNoTests", "format": "prettier --write 'src/**/*.{js,ts,tsx}'", "refresh": "rm -rf ./dist/* && npm run-script build", "lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'" }, "repository": { "type": "git", "url": "git+https://github.com/actions-rs/audit.git" }, "keywords": [ "actions", "rust", "cargo", "audit", "security", "advisory" ], "author": "actions-rs", "license": "MIT", "bugs": { "url": "https://github.com/actions-rs/audit-check/issues" }, "dependencies": { "@clechasseur/rs-actions-core": "^3.0.5", "nunjucks": "^3.2.4" }, "devDependencies": { "@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "ts-node": "^10.9.2", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "@types/jest": "^29.5.12", "@types/node": "^24.0.0", "@vercel/ncc": "0.38.1", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3", "prettier": "^3.2.5" } }