UNPKG

@akadenia/helpers

Version:
50 lines (49 loc) 1.4 kB
{ "name": "@akadenia/helpers", "version": "1.7.3", "description": "Akadenia helpers", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "helpers", "akadenia" ], "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "test": "jest", "format": "prettier --write \"./**/*.{ts,tsx,js,jsx,json,yml}\"", "lint": "prettier --check \"./**/*.{ts,tsx,js,jsx,json,yml}\"", "prepare": "npm run build", "version": "git add -A src", "updateLink": "npm run build && npm rm @akadenia/helpers -g && npm link", "generate:docs": "jsdoc2md dist/*.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/akadenia/AkadeniaHelpers.git" }, "author": "Akadenia", "license": "MIT", "bugs": { "url": "https://github.com/akadenia/AkadeniaHelpers/issues" }, "homepage": "https://akadenia.com/packages/akadenia-helpers", "devDependencies": { "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", "@jest/globals": "^29.7.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@types/node": "^18.19.54", "husky": "^9.1.6", "jest": "^29.7.0", "jsdoc-to-markdown": "^8.0.3", "prettier": "^3.3.3", "semantic-release": "22.0.12", "ts-jest": "^29.2.5", "typescript": "^5.6.2" } }