2026-02-16 06:00:13 +00:00

23 lines
554 B
JSON

{
"name": "@stablelib/int",
"version": "2.0.1",
"description": "Integer number utilities",
"main": "./lib/int.js",
"type": "module",
"typings": "./lib/int.d.ts",
"author": "Dmitry Chestnykh",
"license": "MIT",
"repository": {
"url": "https://github.com/StableLib/stablelib"
},
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/int",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "vitest run"
},
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}