mirror of https://github.com/josh-berry/tab-stash
40 lines
984 B
JSON
40 lines
984 B
JSON
{
|
|
"name": "tab-stash",
|
|
"version": "0.1.0",
|
|
"description": "Tab Stash",
|
|
"author": "Joshua J. Berry <des@condordes.net>",
|
|
"repository": "https://github.com/josh-berry/tab-stash",
|
|
"license": "MPL-2.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"npm": ">=9.0.0",
|
|
"node": ">=20.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sinonjs/fake-timers": "^8.1",
|
|
"@types/chai": "^4.3",
|
|
"@types/mocha": "^10.0",
|
|
"@types/sinonjs__fake-timers": "^8.1",
|
|
"@types/webextension-polyfill": "^0.10",
|
|
"@vitejs/plugin-vue": "^5.0",
|
|
"@vue/tsconfig": "^0.5",
|
|
"c8": "^10.1.2",
|
|
"chai": "^4.3",
|
|
"copyfiles": "^2.4",
|
|
"fake-indexeddb": "^6.0",
|
|
"idb": "^8.0",
|
|
"less": "^4.1",
|
|
"mocha": "^10.0",
|
|
"prettier": "^3.3",
|
|
"prettier-plugin-organize-imports": "^4.0",
|
|
"ts-node": "^10",
|
|
"typescript": "^5.5",
|
|
"vite": "^5.3",
|
|
"vue": "^3.4",
|
|
"vue-tsc": "^2.0",
|
|
"web-ext": "^8.2",
|
|
"webextension-polyfill": "^0.10"
|
|
},
|
|
"scripts": {}
|
|
}
|