Files
npm-audit-action/__tests__/testdata/workdir/package.json

19 lines
326 B
JSON

{
"name": "workdir",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"typescript": "^3.9.7"
}
}