aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/package.json b/package.json
index dfc9925..49ab866 100644
--- a/package.json
+++ b/package.json
@@ -5,5 +5,22 @@
"main": "index.js",
"repository": "git@code.valentineus.link:webos-service-types.git",
"author": "Valentin Popov <info@valentineus.link>",
- "license": "MIT"
+ "license": "MIT",
+ "scripts": {},
+ "devDependencies": {
+ "@typescript-eslint/eslint-plugin": "^2.18.0",
+ "@typescript-eslint/parser": "^2.18.0",
+ "cross-env": "^7.0.0",
+ "eslint": "^6.8.0",
+ "eslint-config-airbnb-base": "^14.0.0",
+ "eslint-config-prettier": "^6.10.0",
+ "eslint-config-xo": "^0.27.2",
+ "eslint-config-xo-typescript": "^0.24.1",
+ "eslint-plugin-import": "^2.20.0",
+ "eslint-plugin-prettier": "^3.1.2",
+ "eslint-plugin-unicorn": "^15.0.1",
+ "prettier": "^1.19.1",
+ "tslib": "^1.10.0",
+ "typescript": "^3.7.5"
+ }
}