-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@open-automaton/automaton",
"homepage": "https://github.com/open-automaton/automaton",
"version": "0.1.0",
"main": "src/automaton.js",
"description": "A scraping DSL and runtime",
"keywords": [
"scraping",
"webscraping",
"datamining",
"rpa"
],
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/open-automaton/automaton/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:open-automaton/automaton.git"
},
"dependencies": {
"@open-automaton/automaton-engine": "^0.1.0",
"async-arrays": "^1.0.1",
"carlton": "0.0.1",
"clone": "^2.1.2",
"extended-emitter": "^1.1.0",
"html-parser": "^0.11.0",
"libxmljs2": "^0.32.0",
"postman-request": "^2.88.1-postman.30",
"simple-log-function": "0.0.2",
"url-parse": "^1.5.4"
},
"devDependencies": {
"@open-automaton/cheerio-mining-engine": "0.0.8",
"@open-automaton/puppeteer-mining-engine": "0.0.7",
"chai": "^4.3.4",
"express": "^4.17.2",
"mocha": "^9.1.3"
},
"engines": {
"node": "*"
}
}