50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "go-dependency-submission",
|
|
"version": "2.0.1",
|
|
"description": "Go Dependency Submission",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"format-check": "prettier --check '**/*.ts'",
|
|
"lint": "eslint --fix src/**/*.ts",
|
|
"package": "ncc build --source-map --license licenses.txt",
|
|
"test": "jest --testTimeout=10000",
|
|
"test:watch": "jest --watch src",
|
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/go-dependency-submission.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/go-dependency-submission/issues"
|
|
},
|
|
"homepage": "https://github.com/actions/go-dependency-submission#readme",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
"@typescript-eslint/parser": "^5.20.0",
|
|
"@vercel/ncc": "^0.33.4",
|
|
"eslint": "^8.13.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jest": "^26.5.3",
|
|
"eslint-plugin-n": "^15.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"jest": "^28.0.0",
|
|
"ts-jest": "^28.0.4",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^5.0.3",
|
|
"@github/dependency-submission-toolkit": "^1.2.10",
|
|
"packageurl-js": "^0.0.6"
|
|
}
|
|
}
|