UNPKG

@frigade/js

Version:
73 lines (72 loc) 1.74 kB
{ "name": "@frigade/js", "version": "0.9.5", "description": "The official Javascript SDK for Frigade.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "./dist" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "scripts": { "dev": "tsup --watch", "test": "jest", "lint": "eslint --fix --ext .ts,.tsx .", "build": "tsup", "local-release": "tsup", "prepublish": "node prepublish.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/FrigadeHQ/javascript.git" }, "keywords": [ "Onboarding", "Tutorial", "Intro", "Checklist", "Welcome", "Tooltips", "Tour", "Walkthrough", "Javascript" ], "devDependencies": { "@babel/core": "^7.15.8", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.21.5", "@babel/preset-typescript": "^7.21.5", "@types/jest": "^29.5.12", "babel-jest": "^29.4.1", "cross-fetch": "^4.0.0", "husky": "^8.0.3", "jest": "^29.7.0", "jest-config": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^13.0.0", "prettier": "^2.4.1", "prop-types": "^15.8.1", "rimraf": "^5.0.0", "ts-jest": "^29.1.0", "tsup": "^6.7.0", "typedoc": "^0.25.8", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^4.9.4" }, "author": "Frigade Inc.", "license": "ELv2", "bugs": { "url": "https://github.com/FrigadeHQ/javascript/issues" }, "homepage": "https://github.com/FrigadeHQ/javascript/tree/main/packages/js-api#readme", "dependencies": { "uuid": "^9.0.0" }, "packageManager": "yarn@3.6.2" }