UNPKG

scats

Version:

Useful scala classes in typescript

60 lines (59 loc) 1.42 kB
{ "name": "scats", "version": "1.4.5", "description": "Useful scala classes in typescript", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "clean": "rimraf dist", "lint": "eslint \"{src,test}/**/*.ts\" --fix", "prebuild": "npm run clean && npm run lint && npm run test", "test": "jest", "compile": "tsc", "rollup": "npx rollup dist/index.js --file dist/index.cjs --format cjs", "build": "npm run compile && npm run rollup" }, "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "repository": { "type": "git", "url": "git+https://github.com/papirosko/scats.git" }, "keywords": [ "scala", "typescript", "either", "option", "try", "collection", "map", "flatMap", "promise", "set", "hashmap" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/papirosko/scats/issues" }, "homepage": "https://github.com/papirosko/scats#readme", "devDependencies": { "@types/jest": "27.0.3", "@typescript-eslint/eslint-plugin": "5.6.0", "@typescript-eslint/parser": "5.6.0", "eslint": "7.32.0", "eslint-plugin-import": "2.25.3", "jest": "27.4.4", "rollup": "^4.26.0", "ts-jest": "27.1.1", "ts-node": "10.4.0", "typescript": "4.5.5" }, "dependencies": { "tslib": "^2.3.1" } }