{
	"name": "@veams/component",
	"version": "1.3.1",
	"description": "Component Class for Components in Veams for static page apps",
	"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/component.git"
	},
	"keywords": [
		"Veams"
	],
	"author": "Sebastian Fitzner",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/Veams/component/issues"
	},
	"homepage": "https://github.com/Veams/component#readme",
	"devDependencies": {
		"@types/jquery": "^3.3.0",
		"typescript": "^2.7.1"
	},
	"dependencies": {
		"@veams/base": "^1.0.0"
	}
}
