mirror of
https://github.com/ClaytonWWilson/stokpile.git
synced 2025-12-13 08:38:49 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "stokpile",
|
|
"version": "0.0.1",
|
|
"description": "Lightweight javascript logger with tampermonkey storage support",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.42.1",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/node": "^20.11.25",
|
|
"@types/rollup": "^0.54.0",
|
|
"@types/tampermonkey": "^5.0.2",
|
|
"rollup": "^2.3.4",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"watch": "rollup -cw"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ClaytonWWilson/stokpile.git"
|
|
},
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"tampermonkey"
|
|
],
|
|
"author": "Clayton Wilson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ClaytonWWilson/stokpile/issues"
|
|
},
|
|
"homepage": "https://github.com/ClaytonWWilson/stokpile#readme",
|
|
"dependencies": {
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|