-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.28 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@geek/logger",
"version": "1.0.19",
"description": "Logging module for Node.js and Axway Titanium",
"main": "Logger.js",
"scripts": {
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prep": "npm install --ignore-scripts",
"prepublishOnly": "git pull && bump release",
"lint": "eslint --fix .",
"test": "npm run prep"
},
"author": {
"name": "Brenton House",
"url": "http://brenton.house"
},
"maintainers": [
{
"name": "Brenton House",
"url": "https://brenton.house"
}
],
"repository": {
"type": "git",
"url": "github:brentonhouse/geek-logger"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/brentonhouse/geek-logger/issues"
},
"homepage": "https://github.com/brentonhouse/geek-logger#readme",
"keywords": [
"titanium",
"mobile",
"alloy",
"turbo",
"axway",
"appcelerator",
"geek",
"ios",
"android",
"iphone",
"ipad",
"logging",
"brenton-house"
],
"titanium": {},
"devDependencies": {
"@geek/eslint-config": "^1.0.3",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.7.0",
"eslint-plugin-promise": "^6.0.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@geek/jsonc": "^1.0.8",
"ansi-colors": "^4.1.1"
},
"private": false
}