Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7f21bfe..2266ffc 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,16 @@
"url": "https://github.com/sualko/cloud_piwik/issues"
},
"homepage": "https://github.com/sualko/cloud_piwik",
+ "scripts": {
+ "release:build": "grunt build:release",
+ "release:sign": "grunt sign:release",
+ "release:publish": "node scripts/publish-release.js"
+ },
"devDependencies": {
+ "@octokit/rest": "^18.0.3",
+ "colors": "^1.4.0",
+ "dotenv": "^8.2.0",
+ "execa": "^4.0.3",
"grunt": "^1.0.4",
"grunt-banner": "^0.6.0",
"grunt-cli": "^1.3.2",
@@ -29,6 +38,8 @@
"grunt-contrib-uglify": "^4.0.1",
"grunt-exec": "^3.0.0",
"grunt-jsbeautifier": "^0.2.13",
- "grunt-text-replace": "^0.4.0"
+ "grunt-text-replace": "^0.4.0",
+ "inquirer": "^7.3.3",
+ "simple-git": "^2.17.0"
}
}