aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/js-small-apps/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/projects/js-small-apps/package.json')
-rw-r--r--public/projects/js-small-apps/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/public/projects/js-small-apps/package.json b/public/projects/js-small-apps/package.json
new file mode 100644
index 0000000..6f4c753
--- /dev/null
+++ b/public/projects/js-small-apps/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "js-small-apps",
+ "description": "A collection of small apps and exercises implemented with Javascript.",
+ "version": "1.0.0",
+ "license": "MIT",
+ "author": {
+ "name": "Armand Philippot",
+ "url": "https://www.armandphilippot.com"
+ },
+ "homepage": "https://github.com/ArmandPhilippot/js-small-apps#readme",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com:ArmandPhilippot/js-small-apps.git"
+ },
+ "bugs": {
+ "url": "https://github.com/ArmandPhilippot/js-small-apps/issues"
+ },
+ "private": true,
+ "scripts": {
+ "release": "standard-version -s"
+ },
+ "devDependencies": {
+ "@commitlint/cli": "^16.2.1",
+ "@commitlint/config-conventional": "^16.2.1",
+ "husky": "^7.0.2",
+ "standard-version": "^9.3.1"
+ }
+}