UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@lwc/synthetic-shadow",
3 "version": "1.11.1",
4 "description": "Synthetic Shadow Root for LWC",
5 "homepage": "https://lwc.dev/",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/salesforce/lwc.git",
9 "directory": "packages/@lwc/synthetic-shadow"
10 },
11 "bugs": {
12 "url": "https://github.com/salesforce/lwc/issues"
13 },
14 "license": "MIT",
15 "main": "index.js",
16 "module": "dist/synthetic-shadow.js",
17 "scripts": {
18 "clean": "rm -rf dist/",
19 "build": "tsc --noEmit && rollup --config ./scripts/rollup/rollup.config.js"
20 },
21 "files": [
22 "dist/"
23 ],
24 "lwc": {
25 "modules": [
26 {
27 "name": "@lwc/synthetic-shadow",
28 "path": "dist/synthetic-shadow.js"
29 }
30 ],
31 "expose": [
32 "@lwc/synthetic-shadow"
33 ]
34 },
35 "publishConfig": {
36 "access": "public"
37 },
38 "devDependencies": {
39 "@lwc/features": "1.11.1",
40 "@lwc/shared": "1.11.1"
41 },
42 "gitHead": "8714b2a1ea5b6c601c3f537e3e9a2aa748c37ce7"
43}