@devgrid/common
Version:
Some useful primitives
51 lines • 1.15 kB
JSON
{
"name": "@devgrid/common",
"version": "0.3.1",
"description": "Some useful primitives",
"author": "LuxQuant",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.esm.json",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.0",
"typescript": "^5.8.2"
},
"keywords": [
"utils",
"common",
"helpers",
"typescript",
"utilities",
"predicates",
"type-checking",
"validation",
"primitives",
"functions",
"browser",
"node",
"cross-platform",
"type-guards",
"utility-functions",
"timed-map"
],
"repository": {
"type": "git",
"url": "git+https://github.com/d-e-v-grid/dg-monorepo.git",
"directory": "packages/common"
},
"bugs": {
"url": "https://github.com/d-e-v-grid/dg-monorepo/issues"
},
"homepage": "https://github.com/d-e-v-grid/dg-monorepo/tree/main/packages/common#readme"
}