UNPKG

850 BJSONView Raw
1{
2 "name": "@lwc/shared",
3 "version": "1.7.7",
4 "description": "Utilities and methods that are shared across packages",
5 "homepage": "https://lwc.dev/",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/salesforce/lwc.git",
9 "directory": "packages/@lwc/shared"
10 },
11 "bugs": {
12 "url": "https://github.com/salesforce/lwc/issues"
13 },
14 "main": "dist/index.cjs.js",
15 "module": "dist/index.js",
16 "typings": "types/index.d.ts",
17 "license": "MIT",
18 "scripts": {
19 "build": "tsc --emitDeclarationOnly && rollup --config ./scripts/rollup/rollup.config.js",
20 "clean": "rm -rf dist/ types/"
21 },
22 "files": [
23 "dist/",
24 "types/"
25 ],
26 "publishConfig": {
27 "access": "public"
28 },
29 "gitHead": "3fbdc1737e909eb89697b636e4323a86a6977ee1"
30}