spartan-logger
Version:
This logger is built for minimalists.
73 lines (72 loc) • 1.4 kB
JSON
{
"version": "1.0.5",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"np-publish": "np --any-branch"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
},
"name": "spartan-logger",
"author": "Anirudh Janga",
"module": "dist/spartan-logger.esm.js",
"size-limit": [
{
"path": "dist/spartan-logger.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/spartan-logger.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.6.0",
"husky": "^4.3.0",
"size-limit": "^4.6.0",
"tsdx": "^0.14.0",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
},
"keywords": [
"Logger",
"Minimalist",
"Tiny",
"Javascript",
"Typescript",
"React",
"Angular",
"Vue",
"Web",
"Node"
],
"repository": {
"type": "git",
"url": "https://github.com/anirudh-janga/spartan-logger"
}
}