{
    "name": "@simple-html/datasource",
    "version": "5.0.0-next.1",
    "description": "datasource",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "typings": "dist/index.d.ts",
    "author": "vegar.ringdal@gmail.com",
    "scripts": {
        "pub-now": "npm publish --access public",
        "pub-test": "npm publish --dry-run"
    },
    "license": "MIT",
    "homepage": "https://github.com/vegarringdal/simple-html",
    "repository": {
        "type": "git",
        "url": "https://github.com/vegarringdal/simple-html"
    },
    "bugs": {
        "url": "https://github.com/vegarringdal/simple-html/issues"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {},
    "devDependencies": {}
}
