-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "sfmc-boilerplate",
"version": "1.2.7",
"description": "set up local dev env for Salesforce Marketing Cloud and create deployment bundles",
"scripts": {
"upgrade": "npm-check --update",
"eslint-check": "eslint --print-config . | eslint-config-prettier-check",
"start": "node ./bin/index.js"
},
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JoernBerkefeld/SFMC-boilerplate.git"
},
"bugs": {
"url": "https://github.com/JoernBerkefeld/SFMC-boilerplate/issues"
},
"homepage": "https://github.com/JoernBerkefeld/SFMC-boilerplate#readme",
"keywords": [
"ssjs",
"eslint",
"sfmc",
"linter",
"jshint",
"jslint",
"boilerplate",
"jsdoc",
"quality",
"minifiy",
"marketing-cloud",
"salesforce"
],
"engines": {
"node": ">=12.0.0",
"npm": ">=5.2.0"
},
"bin": {
"sfmc-build": "./bin/index.js"
},
"dependencies": {
"cli-color": "^2.0.3",
"find": "^0.3.0",
"jsdoc-to-markdown": "^8.0.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-ssjs": "1.1.11",
"eslint-plugin-jsdoc": "40.0.0",
"prettier": "2.8.3",
"prettier-eslint": "15.0.1"
}
}