UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@lwc/wire-service",
3 "version": "1.6.9",
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 "start": "concurrently 'yarn build:playground --watch' 'yarn serve:playground'",
23 "build:playground": "rollup -c playground/rollup.config.js",
24 "serve:playground": "node playground/server.js"
25 },
26 "files": [
27 "dist/",
28 "types/"
29 ],
30 "devDependencies": {
31 "@lwc/compiler": "1.6.9",
32 "@lwc/engine": "1.6.9",
33 "@lwc/rollup-plugin": "1.6.9",
34 "@lwc/shared": "1.6.9"
35 },
36 "lwc": {
37 "modules": [
38 {
39 "name": "wire-service",
40 "path": "dist/wire-service.js"
41 },
42 {
43 "name": "@lwc/wire-service",
44 "path": "dist/wire-service.js"
45 }
46 ],
47 "expose": [
48 "@lwc/wire-service",
49 "wire-service"
50 ]
51 },
52 "publishConfig": {
53 "access": "public"
54 },
55 "gitHead": "37cc51b242b959c71021ab5b88405a5f4c1ec76c"
56}