{
    "name": "elementar",
    "version": "0.1.0",
    "description": "Elementar HTML",
    "main": "./lib/index.js",
    "types": "./types/index.d.ts",
    "scripts": {
        "pretest": "npm run clean && npm run tsc",
        "test": "ava --no-cache --verbose  ./lib/*.test.js ./lib/**/*.test.js",
        "posttest": "npm run clean-test-code",
        "tsc": "tsc",
        "tscw": "tsc -w",
        "preversion": "npm run tsc",
        "postversion": "git push --follow-tags",
        "prepublish": "npm run tsc && npm run clean-test-code",
        "clean": "rm -fr ./lib && rm -fr ./types",
        "clean-test-code": "rm -fr ./lib/**/*.test.js && rm -fr ./lib/*.test.js && rm -fr ./types/**/*.test.d.ts && rm -fr ./types/*.test.d.ts",
        "build": "npm run tsc && npm run test"
    },
    "engines": {
        "node": ">=6.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Mitica/elementar.git"
    },
    "keywords": [
        "elementar",
        "html",
        "simple-html",
        "elementary"
    ],
    "author": "Dumitru Cantea",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/Mitica/elementar/issues"
    },
    "homepage": "https://github.com/Mitica/elementar",
    "dependencies": {
        "cheerio": "^1.0.0-rc.2"
    },
    "devDependencies": {
        "@types/cheerio": "^0.22.6",
        "@types/node": "^8.x.x",
        "ava": "^0.23.0",
        "debug": "^3.1.0",
        "typescript": "^2.6.1"
    }
}
