-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@velusgautam/reuse",
"version": "3.0.10",
"description": "Reusable utility that can be reused",
"main": "dist/main.cjs.js",
"module": "dist/main.esm.js",
"scripts": {
"build": "rollup -c",
"local": "babel -d test/ test.js dist/main.js",
"test": "node test.js"
},
"author": "Velu S Gautam",
"license": "ISC",
"repository": "git://github.com/velusgautam/reuse.git",
"homepage": "https://github.com/velusgautam/reuse#readme",
"keywords": [
"memoize",
"uniqueId",
"debounce",
"isEqual",
"isEmpty",
"minBy",
"numberGrouping",
"numberFormatting",
"isValidDate",
"getDateObject"
],
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.13.0",
"rollup": "^2.79.2"
},
"bugs": {
"url": "https://github.com/velusgautam/reuse/issues"
},
"type": "module"
}