UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@availity/message-core",
3 "version": "6.1.2",
4 "description": "availity wrapper for postMessage logic",
5 "keywords": [
6 "availity",
7 "message"
8 ],
9 "homepage": "https://availity.github.io/sdk-js/resources/messaging",
10 "bugs": {
11 "url": "https://github.com/availity/sdk-js/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/availity/sdk-js.git",
16 "directory": "packages/message-core"
17 },
18 "license": "MIT",
19 "author": "Kasey Powers <kasey.powers@availity.com>",
20 "browser": "./dist/index.js",
21 "main": "./dist/index.js",
22 "module": "./dist/index.mjs",
23 "types": "./dist/index.d.ts",
24 "scripts": {
25 "build": "tsup src/index.js --format esm,cjs --dts",
26 "dev": "tsup src/index.js --format esm,cjs --watch --dts",
27 "lint": "eslint src",
28 "lint:fix": "eslint src --fix",
29 "clean": "rm -rf node_modules && rm -rf dist",
30 "publish": "yarn npm publish --tolerate-republish --access public"
31 },
32 "devDependencies": {
33 "tsup": "^7.2.0",
34 "typescript": "^5.1.6"
35 },
36 "publishConfig": {
37 "access": "public"
38 }
39}
\No newline at end of file