forked from fair/matrix-puppeteer-line
28 lines
728 B
JSON
28 lines
728 B
JSON
{
|
|
"name": "matrix-puppeteer-line-puppeteer",
|
|
"version": "0.1.0",
|
|
"description": "Puppeteer module for matrix-puppeteer-line",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://src.miscworks.net/fair/matrix-puppeteer-line.git"
|
|
},
|
|
"type": "module",
|
|
"main": "src/main.js",
|
|
"author": "Andrew Ferrazzutti <fair@miscworks.net>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"homepage": "https://src.miscworks.net/fair/matrix-puppeteer-line",
|
|
"scripts": {
|
|
"start": "node ./src/main.js"
|
|
},
|
|
"dependencies": {
|
|
"arg": "^4.1.3",
|
|
"chrono-node": "^2.1.7",
|
|
"puppeteer": "5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.7.0",
|
|
"eslint-plugin-import": "^2.22.0"
|
|
}
|
|
}
|