Skip to content
Permalink
82000c26c8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 0bb8872 Aug 25, 2020 History
0 contributors

Users who have contributed to this file

58 lines (58 sloc) 1.39 KB
{
"name": "codeql",
"version": "0.0.0",
"private": true,
"description": "CodeQL action",
"scripts": {
"build": "tsc",
"test": "ava src/** --serial --verbose",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
},
"ava": {
"typescript": {
"rewritePaths": {
"src/": "lib/"
}
}
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.1",
"@actions/github": "^2.2.0",
"@actions/http-client": "^1.0.8",
"@actions/tool-cache": "^1.5.5",
"commander": "^6.0.0",
"console-log-level": "^1.4.1",
"file-url": "^3.0.0",
"fs": "0.0.1-security",
"js-yaml": "^3.13.1",
"jsonschema": "1.2.6",
"long": "^4.0.0",
"md5": "^2.2.1",
"path": "^0.12.7",
"semver": "^7.3.2",
"zlib": "^1.0.5"
},
"//": [
"micromatch is an unspecified dependency of ava"
],
"devDependencies": {
"@ava/typescript": "1.1.1",
"@types/jszip": "^3.1.6",
"@types/long": "4.0.0",
"@types/nock": "^11.1.0",
"@types/node": "^12.0.4",
"@types/semver": "^7.2.0",
"@types/sinon": "^7.2.0",
"ava": "3.8.1",
"micromatch": "4.0.2",
"nock": "^12.0.3",
"removeNPMAbsolutePaths": "2.0.0",
"sinon": "^9.0.2",
"tslint": "^6.1.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.7.5"
}
}