mirror of
https://github.com/tjhorner/archivebox-exporter.git
synced 2023-06-17 01:17:54 +03:00
33 lines
856 B
JSON
33 lines
856 B
JSON
{
|
|
"name": "archivebox-exporter",
|
|
"private": true,
|
|
"version": "1.3.1",
|
|
"description": "Automatically or manually send pages to your ArchiveBox for archival.",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dev": "NODE_ENV=development webpack --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "TJ Horner <me@tjhorner.dev>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tsconfig/svelte": "^2.0.1",
|
|
"@types/chrome": "^0.0.145",
|
|
"@types/uuid": "^8.3.0",
|
|
"clean-webpack-plugin": "^4.0.0-alpha.0",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"svelte": "^3.38.3",
|
|
"svelte-loader": "^3.1.2",
|
|
"ts-loader": "^9.2.3",
|
|
"typescript": "^4.3.4",
|
|
"webpack": "^5.41.1",
|
|
"webpack-cli": "^4.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/events": "^3.0.0",
|
|
"events": "^3.3.0",
|
|
"uuid": "^8.3.2",
|
|
"wildcard-domain-matcher": "^1.0.0"
|
|
}
|
|
}
|