-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 930 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
{
"name": "sfdx-falcon-appx-package-kit",
"description": "Specialized project scaffolding for creating an AppExchange Package Kit (APK) Project using Salesforce DX and the SFDX-Falcon CLI Plugin",
"version": "0.0.5",
"author": "Vivek M. Chawla @VivekMChawla",
"license": "MIT",
"bugs": "https://github.com/sfdx-isv/sfdx-falcon-appx-package-kit/issues",
"homepage": "https://github.com/sfdx-isv/sfdx-falcon-appx-package-kit",
"repository": "sfdx-isv/sfdx-falcon-appx-package-kit",
"main": "sfdx-project.json",
"keywords": [
"salesforce", "sfdx", "sfdx-falcon", "sfdx-plugin", "appexchange", "appexchange-package-kit", "apk"
],
"files": [
"/.circleci",
"/.templates",
"/config",
"/data",
"/docs",
"/mdapi-source",
"/sfdx-source",
"/temp",
"/tools",
".forceignore",
".gitignore",
"LICENSE",
"package.json",
"README.md",
"sfdx-project.json"
]
}