mirror of
https://github.com/ClaytonWWilson/stokpile.git
synced 2025-12-16 00:28:51 +00:00
38 lines
900 B
JSON
38 lines
900 B
JSON
{
|
|
"name": "lognautica",
|
|
"version": "0.0.1",
|
|
"description": "Lightweight javascript logger with tampermonkey storage support",
|
|
"main": "Logger.ts",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@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/lognautica.git"
|
|
},
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"tampermonkey"
|
|
],
|
|
"author": "Clayton Wilson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ClaytonWWilson/lognautica/issues"
|
|
},
|
|
"homepage": "https://github.com/ClaytonWWilson/lognautica#readme"
|
|
}
|