Files
notesnook/packages/logger/package.json

29 lines
673 B
JSON
Raw Permalink Normal View History

2022-07-19 09:36:59 +05:00
{
"name": "@notesnook/logger",
2022-07-19 17:09:34 +05:00
"version": "1.0.3",
2022-07-19 09:36:59 +05:00
"description": "A really simple logger with a pluggable interface.",
"main": "dist/index.js",
"scripts": {
2023-08-01 09:33:45 +05:00
"build": "tsc",
"prepublishOnly": "npm run build"
2022-07-19 09:36:59 +05:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetwriters/logger.git"
},
"keywords": [
"logger"
],
"license": "GPL-3.0-or-later",
2022-07-19 09:36:59 +05:00
"bugs": {
"url": "https://github.com/streetwriters/logger/issues"
},
"homepage": "https://github.com/streetwriters/logger#readme",
2022-07-19 09:39:38 +05:00
"np": {
"tests": false,
"releaseDraft": false,
"message": "chore: bump version to %s"
},
"devDependencies": {}
2022-07-19 09:36:59 +05:00
}