{
    "name": "@soil/dom",
    "version": "0.8.1",
    "description": "Declaratively create type-safe HTML and SVG elements.",
    "license": "AGPL-3.0",
    "homepage": "https://github.com/inad9300/Soil",
    "repository": {
        "type": "git",
        "url": "https://github.com/inad9300/Soil/tree/master/dom"
    },
    "bugs": {
        "url": "https://github.com/inad9300/Soil/issues"
    },
    "author": {
        "name": "Daniel Martín",
        "email": "inad9300@gmail.com"
    },
    "keywords": [
        "soil",
        "dom",
        "html",
        "svg",
        "type-safe",
        "typescript",
        "javascript",
        "web",
        "applications"
    ],
    "main": "build/umd.js",
    "module": "build/es6/dom/index.js",
    "types": "build/es6/dom/index.d.ts",
    "typings": "build/es6/dom/index.d.ts",
    "sideEffects": false,
    "scripts": {
        "compile:umd": "../node_modules/.bin/webpack",
        "compile:es6": "../node_modules/.bin/tsc -m es6 --outDir build/es6 --declaration",
        "compile:system": "../node_modules/.bin/tsc -m system --outFile build/system.js",
        "prepare": "rm -rf build && npm run compile:umd && npm run compile:es6 && npm run compile:system"
    }
}
