@fusebit-int/loom-provider
Version:
Loom provider
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "@fusebit-int/loom-provider",
"version": "7.53.1",
"description": "Loom provider",
"keywords": [
"Fusebit",
"Loom"
],
"author": "Fusebit, Inc",
"homepage": "https://fusebit.io",
"license": "MIT",
"main": "libc/index.js",
"files": [
"libc/*.js",
"libc/*.d.ts"
],
"repository": {
"type": "git",
"url": "git@github.com:fusebit/integrations.git"
},
"engines": {
"node": ">=14"
},
"scripts": {
"tsc:version": "tsc --version",
"build": "tsc -b --pretty",
"dev": "tsc --watch --pretty",
"lint:check": "eslint . --ext .ts --color --ignore-path ../../../.eslintignore",
"lint:fix": "eslint . --ext .ts --color --fix --ignore-path ../../../.eslintignore",
"play": "playwright test --workers 1",
"play:headed": "playwright test --headed --workers 1",
"play:install": "playwright install"
},
"bugs": {
"url": "https://github.com/fusebit/integrations/issues"
},
"peerDependencies": {
"@fusebit-int/framework": "*"
},
"devDependencies": {
"@fusebit-int/framework": "^7.53.1",
"@fusebit-int/play": "^7.53.1",
"@playwright/test": "^1.16.3",
"@types/node": "^16.9.2",
"@types/request": "^2.48.7",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-security": "^1.4.0",
"jest": "^27.2.4",
"typescript": "~4.4.3"
}
}