aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-01-30 14:37:25 +0300
committerValentin Popov <info@valentineus.link>2020-01-30 14:37:25 +0300
commit0757cbbf4d8c0b362ab47b92f89176bcaf88da13 (patch)
tree4b432dad53d8d41b97f11389f097565e2a5ac9cc /package.json
parent314b15c0d484d5f4f1d71f5589e8d667f95be0e2 (diff)
downloadwebos-service-types-0757cbbf4d8c0b362ab47b92f89176bcaf88da13.tar.xz
webos-service-types-0757cbbf4d8c0b362ab47b92f89176bcaf88da13.zip
Initialized project structure
Signed-off-by: Valentin Popov <info@valentineus.link>
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"
+ }
}