cli/.github/actions/changelog/package.json
Corey Johnson 0918b20413 Compile
2019-12-18 11:24:57 -08:00

18 lines
340 B
JSON

{
"license": "ISC",
"scripts": {
"build": "rm -rf lib && ncc build -s src/index.ts -o lib"
},
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^2.0.0"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5"
},
"prettier": {
"trailingComma": "es5",
"semi": false,
"singleQuote": true
}
}