UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@lwc/wire-service",
3 "version": "1.9.4",
4 "description": "@wire service",
5 "homepage": "https://lwc.dev/",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/salesforce/lwc.git",
9 "directory": "packages/@lwc/wire-service"
10 },
11 "bugs": {
12 "url": "https://github.com/salesforce/lwc/issues"
13 },
14 "license": "MIT",
15 "main": "dist/wire-service.cjs.js",
16 "module": "dist/wire-service.js",
17 "typings": "types/index.d.ts",
18 "scripts": {
19 "clean": "rm -rf dist/ types/",
20 "test": "jest",
21 "build": "tsc --emitDeclarationOnly && rollup --config ./scripts/rollup/rollup.config.js"
22 },
23 "files": [
24 "dist/",
25 "types/"
26 ],
27 "devDependencies": {
28 "@lwc/engine-core": "1.9.4",
29 "@lwc/shared": "1.9.4"
30 },
31 "lwc": {
32 "modules": [
33 {
34 "name": "wire-service",
35 "path": "dist/wire-service.js"
36 },
37 {
38 "name": "@lwc/wire-service",
39 "path": "dist/wire-service.js"
40 }
41 ],
42 "expose": [
43 "@lwc/wire-service",
44 "wire-service"
45 ]
46 },
47 "publishConfig": {
48 "access": "public"
49 },
50 "gitHead": "125118bd88f88a634250c53988d3ab145a3b8a3a"
51}