@boostercloud/application-tester
Version:
Contains Booster types related to the information extracted from the user project
70 lines • 1.92 kB
JSON
{
"name": "@boostercloud/application-tester",
"version": "3.4.3",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"application-tester"
],
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"files": [
"dist",
"keys"
],
"repository": {
"type": "git",
"url": "git+https://github.com/boostercloud/booster.git"
},
"bugs": {
"url": "https://github.com/boostercloud/booster/issues"
},
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"dependencies": {
"@apollo/client": "3.7.13",
"@boostercloud/framework-types": "^3.4.3",
"cross-fetch": "3.1.5",
"graphql": "^16.6.0",
"jsonwebtoken": "9.0.2",
"subscriptions-transport-ws": "0.11.0",
"tslib": "^2.4.0",
"ws": "8.18.0",
"@types/sinon": "10.0.0",
"sinon": "9.2.3",
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "^3.4.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "3.4.0",
"@types/jsonwebtoken": "9.0.8",
"@types/node": "^20.17.17",
"@types/ws": "8.5.4",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"fast-check": "^3.13.2",
"sinon-chai": "3.5.0",
"typescript": "5.7.3",
"prettier": "2.3.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"eslint-plugin-unicorn": "~44.0.2"
},
"scripts": {
"lint:check": "eslint --ext '.js,.ts' **/*.ts",
"lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
"build": "tsc -b tsconfig.json",
"clean": "rimraf ./dist tsconfig.tsbuildinfo",
"test": ""
}
}