UNPKG

@todo-esta-bien/numerodon

Version:

Library to calculate numeric values from names or dates

68 lines (67 loc) 1.53 kB
{ "name": "@todo-esta-bien/numerodon", "version": "0.33.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Library to calculate numeric values from names or dates", "engines": { "node": ">=16" }, "scripts": { "build": "rollup -c", "build:force": "rm -rf dist && npm run build", "test": "jest", "test:watch": "npm test -- --watch", "test:verbose": "npm test -- --verbose", "prepare": "husky install", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/todo-esta-bien/numerodon.git" }, "keywords": [ "numerology", "tantric" ], "jest": { "transform": { "^.+\\.ts$": "ts-jest" }, "testMatch": [ "**/?(*.)+(spec|test).[t]s?(x)" ], "moduleNameMapper": { "src/(.*)": "<rootDir>/src/$1" }, "moduleFileExtensions": [ "ts", "js" ] }, "directories": { "test": "tests" }, "author": "roeeyn", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/todo-esta-bien/numerodon/issues" }, "files": [ "/dist", "!/dist/types" ], "homepage": "https://github.com/todo-esta-bien/numerodon#readme", "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^28.1.8", "husky": "^8.0.0", "jest": "^28.1.3", "rollup": "^3.14.0", "rollup-plugin-dts": "^5.1.1", "ts-jest": "^28.0.8", "tslib": "^2.5.0", "typescript": "^4.7.4" } }