Public Access
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "rust-audit-check",
|
|
"version": "1.3.2",
|
|
"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": {
|
|
"@rinse-repeat/actions-rs-core": "0.1.8",
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/github": "^5.1.0",
|
|
"npm-check-updates": "^16.8.0",
|
|
"nunjucks": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
"ts-node": "^10.9.1",
|
|
"@typescript-eslint/parser": "^5.56.0",
|
|
"eslint": "^8.36.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"@types/jest": "^26.0.1",
|
|
"@types/node": "^16.11.7",
|
|
"@vincentriemer/ncc": "^0.20.5",
|
|
"jest": "^26.0.1",
|
|
"jest-circus": "^26.0.1",
|
|
"ts-jest": "^26.0.1",
|
|
"typescript": "^3.8.3",
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|