UNPKG

906 BJSONView Raw
1{
2 "name": "@lwc/features",
3 "version": "1.8.4",
4 "description": "LWC Features Flags",
5 "homepage": "https://lwc.dev/",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/salesforce/lwc.git",
9 "directory": "packages/@lwc/features"
10 },
11 "bugs": {
12 "url": "https://github.com/salesforce/lwc/issues"
13 },
14 "main": "dist/flags.cjs.js",
15 "module": "dist/flags.js",
16 "typings": "types/flags.d.ts",
17 "license": "MIT",
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/shared": "1.8.4"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "gitHead": "e2faaa2d2161b6322d7c67b2fcc56df272ff317c"
34}