mirror of
https://github.com/dzeiocom/libs.git
synced 2025-05-17 23:00:01 +00:00
29 lines
790 B
JSON
29 lines
790 B
JSON
{
|
|
"name": "@dzeio/object-util",
|
|
"version": "1.4.0",
|
|
"description": "Utility functions to manipulate an object",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dzeiocom/libs.git",
|
|
"directory": "packages/object-util"
|
|
},
|
|
"homepage": "https://github.com/dzeiocom/libs/tree/master/packages/object-util",
|
|
"author": "Aviortheking",
|
|
"license": "MIT",
|
|
"main": "./dist/ObjectUtil.js",
|
|
"types": "./dist/ObjectUtil.d.ts",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.0",
|
|
"jest": "^27.0.0",
|
|
"parcel": "1.12.3",
|
|
"ts-jest": "^27.0.0",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "parcel build src/index.ts --out-file browser.js --experimental-scope-hoisting && tsc",
|
|
"test": "jest --coverage"
|
|
}
|
|
}
|