diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-20 15:40:23 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-20 15:40:23 +0300 |
commit | 80283102f1c38b1637ad34bcbaa904ea157f13d5 (patch) | |
tree | 5a780f77ba4e6c109b9cff86f93ee74001f47f46 /package.json | |
parent | 4b7a00080caadcba009b4767f7756bc208b5d089 (diff) | |
download | webos-service-types-80283102f1c38b1637ad34bcbaa904ea157f13d5.tar.xz webos-service-types-80283102f1c38b1637ad34bcbaa904ea157f13d5.zip |
Configuration updates
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 8 insertions, 4 deletions
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 <info@valentineus.link>", - "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" } } |