UNPKG

@itsmworkbench/utils

Version:

The usual utility functions

65 lines 1.34 kB
{ "name": "@itsmworkbench/utils", "description": "The usual utility functions", "version": "0.3.12", "main": "dist/index", "types": "dist/index", "browser": { "child_process": false }, "browserslist": { "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "production": [ ">0.2%", "not dead", "not op_mini all" ] }, "dependencies": { "node": "^v14.4.0", "@focuson/lens": "1.44.3", "debug": "^4.3.4" }, "devDependencies": { "typescript": "^5.2.2", "@testing-library/jest-dom": "^6.1.4", "@types/jest": "^29.0.0", "@types/node": "^14.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "overrides": [ { "files": [ "**/*.stories.*" ], "rules": { "import/no-anonymous-default-export": "off" } } ] }, "files": [ "dist/index.js", "dist/index.d.ts", "dist/src/" ], "keywords": [ "runbook" ], "license": "MIT", "repository": "git@github.com:intellimaintain/intellimaintain.git", "scripts": { "test": "jest --config jest.config.json --env node", "test:watch": "npm run test -- --watch" } }