math-problems
Version:
Solve math problems easily with this utility library.
62 lines (61 loc) • 1.45 kB
JSON
{
"name": "math-problems",
"version": "0.2.0",
"description": "Solve math problems easily with this utility library.",
"main": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "tsup",
"ci": "npm run build && npm run check-format && npm run check-exports",
"lint": "tsc",
"test": "vitest run",
"format": "prettier --write .",
"check-format": "prettier --check .",
"check-exports": "attw --pack .",
"local-release": "npm run ci && changeset version && changeset publish",
"prepublishOnly": "npm run ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igorwastaken/math-utils.git"
},
"keywords": [
"math",
"school",
"utils",
"demography",
"data",
"geography",
"algorithm",
"typescript",
"javascript",
"area",
"util"
],
"author": "Igor Figueiredo <suporte@igor.mom>",
"contributors": [
"nitcord"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/igorwastaken/math-problems/issues"
},
"homepage": "https://github.com/igorwastaken/math-problems#readme",
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@changesets/cli": "^2.27.12",
"prettier": "^3.5.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
}
}