UNPKG

@nano-utils/op

Version:

Operator overloading in JS

32 lines (30 loc) 586 B
{ "name": "@nano-utils/op", "version": "2.0.0", "description": "Operator overloading in JS", "private": false, "keywords": [ "operator", "overloading" ], "license": "UNLICENSED", "author": "Jason Xu", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.5", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "repository": { "type": "git", "url": "git+https://github.com/JasonXu314/op.git" } }