UNPKG

pfr-tk

Version:

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

112 lines (111 loc) 2.66 kB
{ "name": "pfr-tk", "version": "0.0.1", "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" }, "repository": { "type": "git", "url": "https://bitbucket.org/perkforce/perkforce-tool-kit" }, "keywords": [ "zaions", "tools", "kit", "tool kit", "util", "helpers", "constants", "functions", "server", "client", "nodejs", "typescript", "types", "tests", "aoneahsan", "ahsan mahmood", "zaions packages", "perkforce", "project specific", "perkforce in house" ], "author": { "name": "Ahsan Mahmood", "email": "aoneahsna@gmail.com", "url": "https://zaions.com/ahsan" }, "license": "ISC", "bugs": { "url": "https://bitbucket.org/perkforce/perkforce-tool-kit/issues" }, "homepage": "https://bitbucket.org/perkforce/perkforce-tool-kit#readme", "engines": { "node": ">=22.2.0", "npm": ">=10.7.0", "yarn": ">=1.22.22" }, "packageManager": "yarn@1.22.22", "peerDependenciesMeta": { "moment": { "optional": true }, "mongodb": { "optional": true }, "zaions-tool-kit": { "optional": false } }, "peerDependencies": { "moment": "^2.30.1", "mongodb": "6.12.0", "zaions-tool-kit": "^0.0.102" }, "devDependencies": { "@types/node": "^22.10.5", "moment": "^2.30.1", "ts-node": "^10.9.2", "tsup": "^8.3.5", "typescript": "^5.7.3", "vitest": "^2.1.8", "mongodb": "6.12.0", "zaions-tool-kit": "^0.0.102" }, "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" } } }