UNPKG

@icapps/tree-house-communication

Version:
68 lines (67 loc) 2.17 kB
{ "name": "@icapps/tree-house-communication", "version": "1.2.0", "description": "Tree House communication module", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "clean": "rm -rf ./build/*", "build": "npm run clean && tsc", "lint": "eslint ./src ./tests --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint ./src ./tests --ext .js,.jsx,.ts,.tsx --fix", "format:check": "prettier -c \"src/**/*.ts\" \"tests/**/*.ts\"", "format:fix": "prettier -c --write \"src/**/*.ts\" \"tests/**/*.ts\"", "pre-commit-checks": "concurrently --kill-others-on-fail \"npm run lint\" \"npm run format:check\" \"npm run build\"", "test": "jest \"tests/.*\\.test\\.ts\"", "test:coverage": "jest --coverage --collectCoverageFrom=src/**/*.ts", "test:watch": "jest --watchAll", "prepare": "npm run build", "release": "node_modules/np/source/cli.js --no-cleanup" }, "precommit": [ "pre-commit-checks" ], "dependencies": { "@mailchimp/mailchimp_transactional": "~1.0.47", "lodash": "~4.17.21", "twilio": "~3.80.0" }, "devDependencies": { "@types/jest": "~28.1.6", "@types/lodash": "~4.14.182", "@types/mailchimp__mailchimp_transactional": "~1.0.3", "@typescript-eslint/eslint-plugin": "~5.30.7", "@typescript-eslint/parser": "~5.30.7", "concurrently": "~7.3.0", "coveralls": "~3.1.1", "eslint": "~8.20.0", "eslint-config-prettier": "~8.5.0", "eslint-plugin-import": "~2.26.0", "jest": "~28.1.3", "node-mocks-http": "~1.11.0", "np": "~7.6.2", "pre-commit": "~1.2.2", "prettier": "2.7.1", "supertest": "~6.2.4", "ts-jest": "~28.0.7", "typescript": "~4.7.4" }, "engines": { "node": ">=12.0.0" }, "directories": { "test": "test" }, "keywords": [ "tree House", "treehouse", "treehouse communication", "treehouse communication" ], "license": "ISC", "repository": "git@github.com/icapps/tree-house-communication.git", "bugs": { "url": "https://github.com/icapps/tree-house-communication/issues" }, "homepage": "https://github.com/icapps/tree-house-communication/issues#readme" }