-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 901 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 901 Bytes
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
{
"name": "kumartechlwcvideos",
"version": "1.0.0",
"description": "Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.",
"main": "index.js",
"scripts": {
"test": "npm run test:unit",
"test:unit": "sfdx-lwc-jest",
"test:unit:watch": "sfdx-lwc-jest --watch",
"test:unit:debug": "sfdx-lwc-jest --debug",
"test:unit:debug:watch": "sfdx-lwc-jest –debug --watch ",
"test:unit:coverage": "sfdx-lwc-jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumartech7/kumartech7.0.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kumartech7/kumartech7.0/issues"
},
"homepage": "https://github.com/kumartech7/kumartech7.0#readme",
"devDependencies": {
"@salesforce/sfdx-lwc-jest": "^0.13.0"
}
}