UNPKG

758 BJSONView Raw
1{
2 "name": "@lwc/errors",
3 "version": "1.7.1",
4 "description": "LWC Error Utilities",
5 "homepage": "https://lwc.dev/",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/salesforce/lwc.git",
9 "directory": "packages/@lwc/errors"
10 },
11 "bugs": {
12 "url": "https://github.com/salesforce/lwc/issues"
13 },
14 "main": "dist/commonjs/index.js",
15 "license": "MIT",
16 "typings": "dist/types/index.d.ts",
17 "scripts": {
18 "clean": "rm -rf dist/",
19 "build": "tsc",
20 "test": "jest"
21 },
22 "files": [
23 "dist/"
24 ],
25 "keywords": [
26 "lwc"
27 ],
28 "publishConfig": {
29 "access": "public"
30 },
31 "gitHead": "7a5d127e6dd66a54f76839c792d37fb654707d9d"
32}