31 lines
725 B
JSON
31 lines
725 B
JSON
{
|
|
"name": "smartci",
|
|
"version": "1.0.3",
|
|
"description": "makes it easy to automate tasks with Continuous Integration",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pushrocks/smartci.git"
|
|
},
|
|
"keywords": [
|
|
"environment"
|
|
],
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pushrocks/smartci/issues"
|
|
},
|
|
"homepage": "https://github.com/pushrocks/smartci",
|
|
"dependencies": {
|
|
"beautylog": "^6.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^9.4.6",
|
|
"tapbundle": "^1.1.8"
|
|
}
|
|
}
|