mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"name": "@streetwriters/logger",
|
|
"version": "1.0.0",
|
|
"description": "A really simple logger with a pluggable interface.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetwriters/logger.git"
|
|
},
|
|
"keywords": [
|
|
"logger"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/streetwriters/logger/issues"
|
|
},
|
|
"homepage": "https://github.com/streetwriters/logger#readme",
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|