From 0757cbbf4d8c0b362ab47b92f89176bcaf88da13 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Jan 2020 15:37:25 +0400 Subject: Initialized project structure Signed-off-by: Valentin Popov --- package.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'package.json') 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 ", - "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" + } } -- cgit v1.2.3