UNPKG

@perkforce/tool-kit

Version:

Perkforce Tool Kit, specifically developed for perkforce in house development and testing.

106 lines (105 loc) 2.57 kB
{ "name": "@perkforce/tool-kit", "version": "0.0.66", "description": "Perkforce Tool Kit, specifically developed for perkforce in house development and testing.", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", "files": [ "dist" ], "scripts": { "dev": "npm run unlink-packages && tsup --watch", "build": "npm run unlink-packages && tsup", "test:vitest": "npm run unlink-packages && vitest", "test": "node ./tests/index.js", "update:linked-packages": "yarn install --force", "unlink-packages": "yarn install --force", "push:code": "git add . && git commit -m 'logic updated, taking code backup' && git push -u o main", "deploy": "npm run build && npm publish", "serve": "npm run update:linked-packages && tsup", "prettier": "prettier --write ." }, "repository": { "type": "git", "url": "https://bitbucket.org/perkforce/perkforce-tool-kit" }, "keywords": [ "tools", "kit", "tool kit", "util", "helpers", "constants", "functions", "server", "client", "nodejs", "typescript", "types", "tests", "aoneahsan", "ahsan mahmood", "perkforce", "project specific", "perkforce in house" ], "author": { "name": "Ahsan Mahmood", "email": "aoneahsna@gmail.com", "url": "https://aoneahsan.com/linkedin" }, "license": "ISC", "bugs": { "url": "https://bitbucket.org/perkforce/perkforce-tool-kit/issues" }, "homepage": "https://bitbucket.org/perkforce/perkforce-tool-kit#readme", "engines": { "npm": ">=24.2.0", "yarn": ">=1.22.22" }, "packageManager": "yarn@1.22.22", "peerDependenciesMeta": { "dayjs": { "optional": true }, "ts-buildkit": { "optional": false } }, "peerDependencies": { "dayjs": "^1.11.19", "ts-buildkit": "^1.1.0" }, "devDependencies": { "@types/node": "^25.3.0", "dayjs": "^1.11.19", "ts-buildkit": "^1.1.0", "ts-node": "^10.9.2", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.18" }, "contributors": [ { "name": "Ahsan Mahmood", "email": "aoneahsan@gmail.com", "url": "https://aoneahsan.com" } ], "displayName": "Perkforce Tool Kit", "engineStrict": true, "private": false, "publishConfig": { "access": "public" }, "pricing": "Free", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "dependencies": {} }