forked from jongpie/NebulaLogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "nebula-logger",
"version": "4.3.0",
"description": "Fine-tune your logging in Apex, Flow, and Process Builder",
"main": "index.js",
"scripts": {
"format": "prettier --write nebula-logger",
"pretest": "node ./scripts/findTests.js",
"test": "sh ./scripts/test.sh",
"posttest": "node scripts/findTestsCleanup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jongpie/NebulaLogger.git"
},
"keywords": [
"apex",
"logging",
"logging-library",
"salesforce",
"salesforce-lightning",
"salesforce-apex"
],
"author": "Jonathan Gillespie",
"license": "MIT",
"bugs": {
"url": "https://github.com/jongpie/NebulaLogger/issues"
},
"homepage": "https://github.com/jongpie/NebulaLogger#readme",
"devDependencies": {
"prettier": "^2.2.1",
"prettier-plugin-apex": "^1.8.0"
},
"dependencies": {
"@cparra/apexdocs": "^1.11.0"
}
}