-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 780 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 780 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
{
"name": "helpful-links-component",
"version": "1.1.0",
"description": "A Salesforce Lightning Component that allows users to show useful links for users on Lightning pages",
"scripts": {
"test:unit": "lwc-jest",
"test:unit:watch": "lwc-jest --watch",
"test:unit:debug": "lwc-jest --debug",
"test:unit:coverage": "lwc-jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Clint-Chester/helpful-links-component.git"
},
"author": "Clint Chester",
"license": "ISC",
"bugs": {
"url": "https://github.com/Clint-Chester/helpful-links-component/issues"
},
"homepage": "https://github.com/Clint-Chester/helpful-links-component#readme",
"devDependencies": {
"@salesforce/sfdx-lwc-jest": "^1.0.1"
}
}