-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1005 Bytes
/
package.json
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
42
43
44
{
"name": "@libs-jd/table-data-kit",
"description": "Utility functions to work with table data.",
"version": "0.0.1",
"homepage": "https://github.com/jeet-dhandha/table-data-kit",
"author": "Jeet Dhandha",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "npx rollup -c",
"test": "jest",
"lint": "eslint src --ext .js",
"format": "prettier --write \"src/**/*.js\"",
"prepare": "npm run build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"eslint": "^8.35.0",
"jest": "^29.5.0",
"prettier": "^2.8.4",
"rollup-plugin-terser": "^7.0.2"
},
"keywords": [
"table",
"table-data",
"comparision",
"comparator",
"comperator",
"data analysis",
"data analytics",
"data science"
],
"dependencies": {
"moment": "^2.30.1"
}
}