Initial commit
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "create-release",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Generate a release and upload build artifacts",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/create-release"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"node"
|
||||
],
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.0.0",
|
||||
"@actions/exec": "^1.0.0",
|
||||
"@actions/github": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.4",
|
||||
"@zeit/ncc": "^0.20.4",
|
||||
"typescript": "^3.5.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user