UNPKG

callable-instance2

Version:

Instances of classes which are directly callable as functions.

106 lines (105 loc) 4.5 kB
{ "name": "callable-instance2", "version": "2.0.0", "description": "Instances of classes which are directly callable as functions.", "keywords": [ "callable", "class", "function", "instance", "ts", "types", "typesctript", "object", "create-by-yarn-tool", "create-by-tsdx" ], "homepage": "https://github.com/bluelovers/node-callable-instance#readme", "bugs": { "url": "https://github.com/bluelovers/node-callable-instance/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/node-callable-instance.git" }, "license": "MIT", "author": "Ryan Patterson", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.esm.mjs" }, "./package.json": "./package.json", "./src/*": "./src/*" }, "main": "dist/index.cjs", "unpkg": "dist/index.umd.production.min.cjs", "module": "dist/index.esm.mjs", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "directories": { "test": "test" }, "scripts": { "coverage": "yarn run test -- --coverage", "pretest": "echo pretest", "test": "yarn run test:jest", "test:jest": "jest --passWithNoTests", "test:jest:clearCache": "jest --clearCache", "test:jest:coverage": "yarn run test:jest -- --coverage", "test:jest:snapshot": "yarn run test:jest -- -u", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "posttest": "yarn run build", "install:frozenLockfile": "yarn-tool install --frozen-lockfile", "install:resetLockfile": "yarn-tool install --reset-lockfile", "build": "yarn run build:tsdx && yarn run build:dts:copy", "build:dts:bundle": "ynpx @bluelovers/dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle", "build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts", "build:dts:tsc": "yarn run build:dts:copy && yarn run build:dts:tsc:emit && yarn run build:dts:copy", "build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false", "build:tsdx": "ynpx @bluelovers/tsdx build --target node", "ci:install": "yarn install --frozen-lockfile && yarn add -W yarn-tool lerna@6 ynpx ts-node ts-jest jest typescript@next @bluelovers/jest-config tsx", "ci:build": "echo ci:build", "npm:publish": "npm publish", "npm:publish:bump": "yarn run version:bump && npm publish", "npm:publish:bump:major": "yarn run version:bump:major && npm publish", "npm:publish:bump:minor": "yarn run version:bump:minor && npm publish", "npm:publish:bump:patch": "yarn run version:bump:patch && npm publish", "npm:publish:bump:prerelease": "yarn run version:bump:prerelease && npm publish", "ws:fix-all": "yarn-tool fix-all --overwriteHostedGitInfo", "ws:fix-all:resetStaticFiles": "yarn run ws:fix-all -- --resetStaticFiles", "preversion": "echo preversion && yarn run test", "version": "echo version", "version:bump": "yarn-tool version", "version:bump:major": "yarn run version:bump -- --bump major", "version:bump:minor": "yarn run version:bump -- --bump minor", "version:bump:patch": "yarn run version:bump -- --bump patch", "version:bump:prerelease": "yarn run version:bump -- --bump prerelease", "postversion": "echo postversion", "prepublish": "echo prepublish", "prepare": "echo prepare", "prepublishOnly": "yarn run preversion", "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin", "prepack": "echo prepack", "pack": "echo pack", "postpack": "echo postpack", "publish": "echo publish", "postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag && yarn run postpublish:git:push", "postpublish:changelog": "ynpx --quiet @yarn-tool/changelog && git add ./CHANGELOG.md", "postpublish:git:commit": "git commit -m \"chore(release): publish\" . & echo postpublish:git:commit", "postpublish:git:push": "git push --follow-tags", "postpublish:git:tag": "ynpx --quiet @yarn-tool/tag", "postpublishOnly": "echo postpublishOnly", "ncu": "yarn-tool ncu -u", "tsc:showConfig": "ynpx get-current-tsconfig -p" }, "dependencies": {}, "devDependencies": { "@bluelovers/tsconfig": "^1.0.35", "@types/jest": "^29.5.12" }, "packageManager": "yarn@1.22.19" }