Files
notesnook/packages/logger/package.json
2022-07-19 16:43:53 +05:00

35 lines
784 B
JSON

{
"name": "@streetwriters/logger",
"version": "1.0.2",
"description": "A really simple logger with a pluggable interface.",
"main": "dist/index.js",
"scripts": {
"pub": "tsc && np"
},
"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"
},
"np": {
"tests": false,
"releaseDraft": false,
"message": "chore: bump version to %s"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
}
}