UNPKG

tzientist

Version:

Scientist-like library for Node.js in TypeScript

49 lines (48 loc) 1.18 kB
{ "name": "tzientist", "version": "4.0.1", "description": "Scientist-like library for Node.js in TypeScript", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "test": "jest", "cover": "jest --coverage --coverageProvider=v8", "lint": "eslint \"src/**/*.ts\"", "prepare": "npm run build", "build": "tsc -p tsconfig.build.json" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/TrueWill/tzientist.git" }, "author": "William E. Sorensen", "license": "MIT", "keywords": [ "scientist", "refactoring", "typescript", "nodejs" ], "bugs": { "url": "https://github.com/TrueWill/tzientist/issues" }, "homepage": "https://github.com/TrueWill/tzientist#tzientist", "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^25.0.9", "@typescript-eslint/eslint-plugin": "^8.53.0", "@typescript-eslint/parser": "^8.53.0", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "jest": "^30.2.0", "prettier": "3.8.0", "ts-jest": "^29.1.1", "typescript": "5.9.3" } }