UNPKG

@veams/base

Version:

Base Class for Components and Services

33 lines (32 loc) 848 B
{ "name": "@veams/base", "version": "1.0.3", "description": "Base Class for Components and Services", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "tsc --project tsconfig.json --outDir lib --declarationDir lib --declaration --module commonjs", "start": "tsc --project tsconfig.json --watch --outDir lib --declarationDir lib --declaration --module commonjs", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Veams/base.git" }, "keywords": [ "Veams" ], "author": "Sebastian Fitzner", "license": "MIT", "bugs": { "url": "https://github.com/Veams/base/issues" }, "homepage": "https://github.com/Veams/base#readme", "devDependencies": { "typescript": "^2.7.1" }, "dependencies": { "@veams/helpers": "^1.2.1", "deepmerge": "^2.0.1" } }