-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
40
41
{
"name": "@smjs/xmlogger",
"version": "1.1.1",
"description": "A logging system with detailed logging info and a simple interface with markup support",
"main": "dist/XMLogger.js",
"types": "dist/XMLogger.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"postprepare": "npm test",
"pretest": "eslint src/",
"test": "cucumber-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SMJS-Productions/XMLogger.git"
},
"keywords": [
"logger",
"logging",
"console",
"terminal",
"xml"
],
"author": "SMJS",
"license": "ISC",
"bugs": {
"url": "https://github.com/SMJS-Productions/XMLogger/issues"
},
"homepage": "https://github.com/SMJS-Productions/XMLogger#readme",
"devDependencies": {
"@cucumber/cucumber": "^9.6.0",
"@types/chai": "^4.3.20",
"@types/node": "^20.19.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}