package.json
{
"name": "codeclimate-action",
"version": "3.1.1",
"private": true,
"description": "Publish code coverage to Code Climate",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "tape -r ts-node/register/transpile-only test/*.test.ts",
"coverage": "nyc tape -r ts-node/register/transpile-only test/*.test.ts",
"format": "prettier --write src/*.ts test/*.ts",
"format:check": "prettier --check src/*.ts test/*.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/paambaati/codeclimate-action.git"
},
"keywords": [
"actions",
"codeclimate",
"quality",
"coverage"
],
"author": "GP <me@httgp.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@actions/glob": "0.3.0",
"hook-std": "2.0.0",
"node-fetch": "2.6.7",
"nyc": "15.1.0",
"openpgp": "5.5.0"
},
"devDependencies": {
"@google/semantic-release-replace-plugin": "1.1.0",
"@openpgp/web-stream-tools": "0.0.12",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/node": "18.11.2",
"@types/node-fetch": "2.6.2",
"@types/sinon": "10.0.13",
"@types/tape": "4.13.2",
"nock": "13.2.9",
"prettier": "2.7.1",
"sinon": "14.0.1",
"tape": "5.6.1",
"to-readable-stream": "2.1.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}