-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 972 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@techlestial/loglestial",
"version": "1.0.3",
"description": "Loglestial - A logging library for NodeJS",
"main": "index.js",
"scripts": {
"build": "tsc --declaration",
"build:index": "tsc --declaration index.ts",
"test:dev": "ts-node src/test"
},
"repository": {
"type": "git",
"url": "https://github.com/techlestial/loglestial.git"
},
"keywords": [
"logging",
"log",
"nodejs"
],
"author": "m3yevn",
"license": "MIT",
"bugs": {
"url": "https://github.com/techlestial/loglestial/issues"
},
"homepage": "https://github.com/techlestial/loglestial#readme",
"devDependencies": {
"@types/node": "^14.0.14",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"funFacts": [
"🌈 Simple logging with color coding",
"👀 Created in the vision and opinion of author",
"📁 Clean code and logging to file folder"
],
"badges": [],
"techStacks": [],
"screenshots": []
}