UNPKG

@unito/integration-cli

Version:

Integration CLI

35 lines (34 loc) 942 B
{ "name": "integration-boilerplate", "type": "module", "version": "0.1.0", "description": "Integration Boilerplate", "license": "LicenseRef-LICENSE", "scripts": { "compile": "tsc --project tsconfig.build.json", "compile:watch": "tsc -w", "dev": "tsx watch src/index.ts", "test": "NODE_ENV=test tsx --test --test-name-pattern=${ONLY:-.*} $(find test -type f -name '*.test.ts')", "lint": "eslint --config eslint.config.mjs --fix src test && prettier --write src test", "ci:test": "npm run test" }, "author": { "name": "Unito", "email": "hello@unito.io" }, "engines": { "node": ">=22" }, "dependencies": { "@unito/integration-sdk": "^2.x" }, "devDependencies": { "@types/node": "22.x", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "9.x", "prettier": "3.x", "tsx": "4.x", "typescript": "5.x" } }