-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
33 lines (33 loc) · 896 Bytes
/
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
{
"name": "sfdc-lax",
"version": "0.0.1",
"description": "The library for Salesforce Lightning Component to run Apex Actions in efficient approach.",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json --readme ./README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruslan-kurchenko/sfdc-lax.git"
},
"keywords": [
"Salesforce",
"Lightning",
"SFDC",
"JavaScript",
"JS"
],
"author": "Ruslan Kurchenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/ruslan-kurchenko/sfdc-lax/issues"
},
"homepage": "https://github.com/ruslan-kurchenko/sfdc-lax#readme",
"devDependencies": {
"@salesforce/eslint-plugin-aura": "^1.0.0",
"docdash": "^0.4.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.14.0",
"jsdoc": "^3.5.5"
}
}