2020-08-17 15:03:10 -04:00
|
|
|
{
|
2021-07-14 01:36:15 -04:00
|
|
|
"name": "matrix-puppeteer-line-chrome",
|
2020-08-17 15:03:10 -04:00
|
|
|
"version": "0.1.0",
|
2021-07-14 01:36:15 -04:00
|
|
|
"description": "Chrome/Puppeteer backend for matrix-puppeteer-line",
|
2020-08-17 15:03:10 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-03-19 13:30:09 -04:00
|
|
|
"url": "git+https://src.miscworks.net/fair/matrix-puppeteer-line.git"
|
2020-08-17 15:03:10 -04:00
|
|
|
},
|
2021-05-03 02:44:11 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.18.1"
|
|
|
|
},
|
2020-08-18 09:47:06 -04:00
|
|
|
"type": "module",
|
2020-08-17 15:03:10 -04:00
|
|
|
"main": "src/main.js",
|
2021-02-26 01:28:54 -05:00
|
|
|
"author": "Andrew Ferrazzutti <fair@miscworks.net>",
|
2020-08-17 15:03:10 -04:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-03-19 13:30:09 -04:00
|
|
|
"homepage": "https://src.miscworks.net/fair/matrix-puppeteer-line",
|
2020-08-18 09:47:06 -04:00
|
|
|
"scripts": {
|
|
|
|
"start": "node ./src/main.js"
|
|
|
|
},
|
2020-08-17 15:03:10 -04:00
|
|
|
"dependencies": {
|
2020-08-24 11:26:07 -04:00
|
|
|
"arg": "^4.1.3",
|
2020-08-17 15:03:10 -04:00
|
|
|
"chrono-node": "^2.1.7",
|
2021-07-13 02:38:42 -04:00
|
|
|
"systemd-daemon": "^1.1.2",
|
2021-07-12 02:27:33 -04:00
|
|
|
"puppeteer": "9.1.1"
|
2020-08-18 09:47:06 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"eslint": "^7.7.0",
|
|
|
|
"eslint-plugin-import": "^2.22.0"
|
2020-08-17 15:03:10 -04:00
|
|
|
}
|
|
|
|
}
|