UNPKG

@codelytv/primitives-type

Version:
48 lines (47 loc) 1.24 kB
{ "name": "@codelytv/primitives-type", "version": "3.1.0", "description": "Type entity primitives from value objects", "keywords": [ "typescript", "type", "toPrimitive", "Primitives", "ts", "types", "utility", "util", "utilities" ], "scripts": { "build": "tsc", "lint": "eslint src tests eslint.config.mjs jest.config.js", "lint:fix": "npm run lint -- --fix", "test": "jest" }, "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/CodelyTV/typescript-primitives-type" }, "author": "codelytv", "license": "GPL-3.0", "bugs": { "url": "https://github.com/CodelyTV/typescript-primitives-type/issues" }, "homepage": "https://github.com/CodelyTV/typescript-primitives-type#readme", "devDependencies": { "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/parser": "^8.23.0", "eslint": "^8.56.0", "eslint-config-codely": "^4.4.0", "eslint-import-resolver-typescript": "^3.7.0", "expect-type": "^1.1.0", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typescript": "^5.7.3" } }