version-for-publishing
Version:
A github action to retrieve package version for CDN deploys, etc.
41 lines (40 loc) • 945 B
JSON
{
"name": "version-for-publishing",
"version": "0.1.7",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/trendoid/version-for-publishing.git"
},
"keywords": [
"GitHub",
"Actions",
"Versioning",
"Dev",
"Beta",
"Prerelease",
"Node",
"JS",
"TS",
"Typescript",
"Javascript"
],
"author": "Aaron King <trendoid@gmail.com>",
"description": "A github action to retrieve package version for CDN deploys, etc.",
"bugs": {
"url": "https://github.com/trendoid/version-for-publishing/issues"
},
"homepage": "https://github.com/trendoid/version-for-publishing",
"license": "MIT",
"scripts": {
"build": "ncc build index.js -o dist",
"lint": "eslint *.js"
},
"dependencies": {
"@actions/core": "^1.2.4"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"eslint": "^6.3.0"
}
}