{
    "name": "@open-automaton/automaton-engine",
    "homepage": "https://github.com/open-automaton/automaton-engine",
    "version": "0.1.0",
    "main": "src/automaton-engine.js",
    "description": "A base class for scraping engines",
    "keywords": [],
    "author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
    "contributors": [],
    "bugs": {
        "url": "https://github.com/open-automaton/automaton-engine/issues"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git@github.com:open-automaton/automaton-engine.git"
    },
    "dependencies": {
        "clone": "^2.1.2",
        "libxmljs": "^1.0.9",
        "libxmljs2": "^0.32.0"
    },
    "scripts": {
        "test": "mocha test/test.js"
    },
    "devDependencies": {
        "body-parser": "^1.19.1",
        "chai": "^4.3.4",
        "express": "^4.17.2",
        "mocha": "^9.1.3"
    },
    "engines": {
        "node": "*"
    }
}
