UNPKG

@grnsft/if-core

Version:

If core utilities.

69 lines (68 loc) 1.74 kB
{ "name": "@grnsft/if-core", "description": "If core utilities.", "version": "0.0.29", "author": { "name": "Green Software Foundation", "email": "info@gsf.com" }, "bugs": { "url": "https://github.com/Green-Software-Foundation/if-core/issues" }, "dependencies": { "typescript": "^5.1.6", "zod": "^3.23.8" }, "devDependencies": { "@babel/core": "7.22.10", "@babel/preset-typescript": "^7.22.5", "@commitlint/cli": "^18.6.0", "@commitlint/config-conventional": "^18.6.0", "@jest/globals": "^29.6.1", "@types/jest": "^29.5.14", "@types/luxon": "^3.4.2", "@types/node": "^20.4.5", "fixpack": "^4.0.0", "gts": "^5.0.0", "husky": "^8.0.0", "jest": "^29.7.0", "rimraf": "^5.0.5", "ts-jest": "^29.1.1" }, "engines": { "node": ">=18", "npm": ">=8" }, "files": [ "./consts/**/*", "./interfaces/**/*", "./types/**/*", "./utils/**/*", "./index.d.ts", "./index.js" ], "homepage": "https://greensoftware.foundation", "keywords": [ "carbon", "framework", "greensoftware", "impact" ], "license": "MIT", "main": "./index.js", "repository": { "url": "git+https://github.com/Green-Software-Foundation/if-core.git" }, "scripts": { "build": "npm run clean && tsc --project tsconfig.build.json", "clean": "rimraf utils/ types/ interfaces/ consts/ index.d.ts index.js", "coverage": "jest --verbose --coverage --testPathPattern=src/__tests__/", "fix": "gts fix", "fix:package": "fixpack", "lint": "gts lint", "prepare": "husky install", "prepublish": "npm run build", "test": "jest --verbose --testPathPattern=src/__tests__/" }, "types": "./types.d.ts" }