{ "name": "@theoryofnekomata/number-name", "author": "TheoryOfNekomata (https://modal.sh)", "module": "dist/number-name.esm.js", "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "devDependencies": { "@types/big.js": "^4.0.5", "@types/node": "^14.6.0", "fast-check": "^2.1.0", "husky": "^4.2.5", "tsdx": "^0.13.2", "tslib": "^2.0.1", "typescript": "^3.9.7" }, "dependencies": { "big.js": "^5.2.2" } }