UNPKG

@communities-webruntime/services

Version:

If you would like to run Lightning Web Runtime without the CLI, we expose some of our programmatic APIs available in Node.js. If you're looking for the CLI documentation [you can find that here](https://www.npmjs.com/package/@communities-webruntime/cli).

55 lines (54 loc) 1.92 kB
{ "name": "@communities-webruntime/services", "license": "MIT", "version": "0.55.0", "main": "dist/commonjs/index.js", "scripts": { "clean": "rm -rf dist tsconfig.tsbuildinfo", "doc": "typedoc", "test": "yarn test:unit && yarn test:integration", "test:unit": "jest --config jest-unit.config.js", "test:integration": "jest --config jest-integration.config.js", "test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand", "build": "tsc -b" }, "files": [ "dist", "!**/__tests__", "!**/__mocks__" ], "types": "dist/types/index.d.ts", "dependencies": { "@communities-webruntime/client": "0.55.0", "@communities-webruntime/common": "0.55.0", "@communities-webruntime/design": "0.55.0", "@communities-webruntime/locker": "0.55.0", "@communities-webruntime/metadata-schema": "0.55.0", "@webruntime/api": "0.55.0", "@webruntime/compiler": "0.55.0", "chokidar": "3.5.1", "colors": "1.4.0", "folder-hash": "4.0.1", "js-beautify": "1.13.5", "pretty": "2.0.0", "uuid-parse": "1.1.0" }, "devDependencies": { "@babel/core": "7.13.10", "@babel/plugin-proposal-export-default-from": "7.12.13", "@babel/plugin-proposal-object-rest-spread": "7.13.8", "@babel/plugin-transform-modules-commonjs": "7.13.8", "@babel/plugin-transform-regenerator": "7.12.13", "@babel/plugin-transform-typescript": "7.13.0", "@babel/preset-env": "7.13.12", "@babel/preset-typescript": "7.13.0", "jsdom": "16.5.1", "memfs": "3.2.0", "unionfs": "4.4.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "gitHead": "88e7973b3e19a33faed86f7f8e9c6686558b6d36" }