UNPKG

accounting-js

Version:

Number, money and currency formatting library.

78 lines (77 loc) 1.93 kB
{ "name": "accounting-js", "version": "2.0.3", "description": "Number, money and currency formatting library.", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { "./package.json": "./package.json", ".": { "import": { "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "scripts": { "predoc": "rimraf docs", "docs": "typedoc src/index.ts", "deploy-docs": "gh-pages -d docs", "build": "tsup", "lint": "eslint . --ext .js,.ts,.mjs", "test": "vitest run", "precoverage": "rimraf coverage", "coverage": "vitest run --coverage", "check-exports": "attw --pack .", "ci": "npm run lint && npm run build && npm run check-exports && npm run test", "local-release": "changeset version", "changeset-publish": "changeset publish" }, "repository": { "type": "git", "url": "https://github.com/nashdot/accounting-js" }, "keywords": [ "es6", "modules", "rollup", "bundle", "accounting", "number", "money", "currency", "format", "utilities", "finance", "exchange" ], "author": "Stanislav Lesnikov", "license": "MIT", "bugs": { "url": "https://github.com/nashdot/accounting-js/issues" }, "files": [ "CHANGELOG.md", "dist" ], "homepage": "https://nashdot.github.io/accounting-js", "devDependencies": { "@arethetypeswrong/cli": "^0.18.1", "@changesets/cli": "^2.29.4", "@eslint/js": "^9.28.0", "@stylistic/eslint-plugin": "^4.4.1", "@vitest/coverage-v8": "^3.2.1", "eslint": "^9.28.0", "gh-pages": "^6.3.0", "rimraf": "^6.0.1", "tsup": "^8.5.0", "typedoc": "^0.28.5", "typedoc-plugin-missing-exports": "^4.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.33.1", "vitest": "^3.2.1" } }