setup repo & run npm audit (#1)

This commit is contained in:
Naoki Oketani
2019-12-08 22:10:35 +09:00
committed by GitHub
parent 284541286f
commit 2167fa39e5
9 changed files with 39 additions and 169 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "typescript-action",
"name": "npm-audit-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"description": "GitHub Action to run `npm audit`",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
@@ -15,14 +15,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/oke-py/npm-audit-action"
},
"keywords": [
"actions",
"node",
"setup"
"security",
"vulnerability"
],
"author": "YourNameOrOrganization",
"author": "Naoki Oketani <okepy.naoki@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0"