stokpile/package.json
2024-03-11 01:00:18 -05:00

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"
}