-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
39
40
41
42
43
44
{
"name": "vh-sticky-table-header",
"version": "1.8.2",
"description": "Vertical and horizontal sticky table header. Framework agnostic. ",
"main": "build/commonjs/index.js",
"module": "build/esm/index.js",
"types": "build/index.d.ts",
"exports": {
"require": "./build/commonjs/index.js",
"import": "./build/esm/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --outDir build/esm --declaration --declarationDir build && tsc --outDir build/commonjs --module commonjs && echo '{\"type\":\"module\"}' > build/esm/package.json && echo '{\"type\":\"commonjs\"}' > build/commonjs/package.json",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archfz/vh-sticky-table-header.git"
},
"keywords": [
"vertical",
"horizontal",
"sticky",
"table",
"sticky",
"header",
"sticky",
"table",
"header",
"scroll",
"react"
],
"author": "Fodor Zoltan",
"license": "MIT",
"bugs": {
"url": "https://github.com/archfz/vh-sticky-table-header/issues"
},
"homepage": "https://github.com/archfz/vh-sticky-table-header#readme",
"dependencies": {},
"devDependencies": {
"typescript": "^4.5.5"
}
}