mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-06 01:06:59 +00:00
30 lines
745 B
JSON
30 lines
745 B
JSON
{
|
|
"name": "util-utils",
|
|
"version": "1.0.1",
|
|
"description": "Zero-dependency everyday utility library for lazy Javascript developers",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"repository": "https://github.com/SrIzan10/util-utils.git",
|
|
"author": "SrIzan10 <66965250+SrIzan10@users.noreply.github.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.8",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"tsup": "^7.2.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "tsup"
|
|
}
|
|
}
|