UNPKG

ts-gems

Version:

Valuable typing extensions for TypeScript

56 lines (55 loc) 1.44 kB
{ "name": "ts-gems", "description": "Valuable typing extensions for TypeScript", "version": "3.11.3", "license": "MIT", "module": "./lib/index.mjs", "main": "./lib/index.cjs", "types": "./lib/index.d.ts", "exports": { ".": { "import": "./lib/index.mjs", "require": "./lib/index.cjs", "types": "./lib/index.d.ts" } }, "repository": "git@github.com:panates/ts-gems.git", "author": "Eray Hanoglu <e.hanoglu@panates.com>", "scripts": { "compile": "tsc -b tsconfig.json", "lint": "eslint . --max-warnings=0", "lint:fix": "eslint . --max-warnings=0 --fix", "format": "prettier . --write --log-level=warn", "test:common": "jest --clearCache && jest --config=./jest.config.mjs", "test:nostrict": "jest --clearCache && jest --config=./jest.nostrict.config.mjs", "test": "npm run test:common && npm run test:nostrict" }, "devDependencies": { "@panates/eslint-config": "^2.0.2", "@panates/eslint-config-ts": "^2.0.2", "@panates/tsconfig": "^2.0.2", "@types/jest": "^29.5.14", "globals": "^15.14.0", "husky": "^9.1.7", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "files": [ "LICENSE", "README", "lib/" ], "keywords": [ "typescript", "types", "gems", "essentials", "utils", "toolbox", "toolbelt", "lodash", "underscore" ] }