gritzkoo-npm-poc
Version:
Poc to automate github actions deployment
30 lines (29 loc) • 633 B
JSON
{
"name": "gritzkoo-npm-poc",
"version": "3.0.8",
"description": "Poc to automate github actions deployment",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gritzkoo/npm-poc.git"
},
"keywords": [
"poc",
"github",
"actions",
"pipelines",
"automations"
],
"author": "Gritzko D. Kleiner <gritzkoo@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gritzkoo/npm-poc/issues"
},
"homepage": "https://github.com/gritzkoo/npm-poc#readme",
"devDependencies": {
"jest": "^28.1.0"
}
}