-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 KB
/
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
{
"name": "@tarunbatta/excelexportjs",
"version": "4.0.4",
"description": "Client Side Excel Export using JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tarunbatta/excelexportjs.git"
},
"keywords": [
"clientside",
"excel",
"export"
],
"author": "Tarun Batta",
"license": "MIT",
"engines": {
"node": ">=10.16.3",
"npm": ">=6.11.3"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"live-server": "^1.1.0",
"typescript": "^5.3.3"
},
"bugs": {
"url": "https://github.com/tarunbatta/excelexportjs/issues"
},
"homepage": "https://github.com/tarunbatta/excelexportjs#readme"
}