From 80283102f1c38b1637ad34bcbaa904ea157f13d5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 20 Feb 2020 16:40:23 +0400 Subject: Configuration updates Signed-off-by: Valentin Popov --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index bce34f6..291eb69 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { - "name": "webos-service-types", - "version": "0.0.1", + "name": "@valentineus/webos-service-types", + "version": "0.1.0", "description": "TypeScript's types for WebOS service.", "main": "index.js", "repository": "git@code.valentineus.link:webos-service-types.git", "author": "Valentin Popov ", - "license": "MIT", + "license": "Apache-2.0", "scripts": {}, "devDependencies": { + "@types/node": "^13.7.4", "@typescript-eslint/eslint-plugin": "^2.20.0", "@typescript-eslint/parser": "^2.20.0", - "@valentineus/eslint-config": "^0.0.11", + "@valentineus/eslint-config": "^0.0.12", "cross-env": "^7.0.0", "eslint": "^6.8.0", "eslint-plugin-eslint-comments": "^3.1.2", @@ -21,5 +22,8 @@ "eslint-plugin-vue": "^6.2.1", "tslib": "^1.10.0", "typescript": "^3.7.5" + }, + "peerDependencies": { + "@types/node": "^13.7.4" } } -- cgit v1.2.3