UNPKG

@hatijs/helper

Version:

Node.js library, which has increased usability in @hatijs/core library.

91 lines (90 loc) 2.49 kB
{ "name": "@hatijs/helper", "version": "0.2.7", "description": "Node.js library, which has increased usability in @hatijs/core library.", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hatijs/helper.git" }, "keywords": [ "astrology", "astronomy", "ephemeris", "horoscope", "swiss", "swissephe" ], "author": { "name": "devkwan", "eamil": "dev_bjun@meshyarn.io" }, "license": "AGPL-3.0", "bugs": { "url": "https://github.com/hatijs/helper/issues", "email": "hatijs@meshyarn.io" }, "homepage": "https://github.com/hatijs/helper#readme", "private": false, "scripts": { "build": "tsc --project ./tsconfig.build.json", "dev": "ts-node-dev --respawn --transpile-only --no-notify ${1}", "eslint": "eslint --ext .js,.ts . src", "pretty": "prettier --write \"./**/*.{js,ts,jsx,json}\"", "test": "jest --detectOpenHandles --forceExit" }, "dependencies": { "@hatijs/core": "^0.2.6" }, "devDependencies": { "@types/jest": "^28.1.1", "@types/node": "^16.11.39", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0", "jest": "^28.1.1", "prettier": "^2.6.2", "ts-jest": "^28.0.4", "ts-node-dev": "^2.0.0", "tsc": "^2.0.4", "typescript": "^4.7.3" }, "jest": { "preset": "ts-jest", "transform": { "^.+\\.(ts|tsx)?$": "ts-jest" }, "testEnvironment": "node", "testMatch": [ "**/tests/**/*.[tj]s?(x)", "**/?(*.)+(spec|test).[tj]s?(x)" ], "moduleFileExtensions": [ "js", "jsx", "ts", "tsx", "json" ], "globals": { "ts-jest": { "diagnostics": true } } }, "engines": { "node": ">=16" }, "files": [ "ephe", "lib" ] }