mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
25 lines
591 B
JSON
25 lines
591 B
JSON
{
|
|
"name": "auto-merge",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"repository": "git@github.com:aaomidi/AutoLabel.git",
|
|
"author": "Amir Omidi <amir@aaomidi.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"package": "ncc build src/index.ts -o dist",
|
|
"lint": "eslint src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.11.1",
|
|
"@zeit/ncc": "^0.21.1",
|
|
"eslint": "^6.8.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.3",
|
|
"@actions/github": "^1.1.0",
|
|
"@octokit/rest": "^16.33.1",
|
|
"actions-toolkit": "^3.0.1"
|
|
}
|
|
}
|