mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
29 lines
673 B
JSON
29 lines
673 B
JSON
{
|
|
"name": "@notesnook/logger",
|
|
"version": "1.0.3",
|
|
"description": "A really simple logger with a pluggable interface.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetwriters/logger.git"
|
|
},
|
|
"keywords": [
|
|
"logger"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/streetwriters/logger/issues"
|
|
},
|
|
"homepage": "https://github.com/streetwriters/logger#readme",
|
|
"np": {
|
|
"tests": false,
|
|
"releaseDraft": false,
|
|
"message": "chore: bump version to %s"
|
|
},
|
|
"devDependencies": {}
|
|
}
|