File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name": "virtual-grid",
2
+ "name": "@visualjs/ virtual-grid",
3
3
"version": "0.0.0",
4
+ "main": "./dist/virtual-grid.umd.js",
5
+ "module": "./dist/virtual-grid.es.js",
6
+ "types": "./dist/index.d.ts",
4
7
"scripts": {
5
8
"dev": "vite --force",
6
9
"build": "vite build && tsc -p ./tsconfig.json -emitDeclarationOnly",
7
10
"serve": "vite preview",
8
11
"test": "jest"
9
12
},
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/visualjs/virtual-grid.git"
16
+ },
17
+ "author": "visualjs",
18
+ "license": "BSD-2-Clause",
19
+ "bugs": {
20
+ "url": "https://github.com/visualjs/virtual-grid/issues"
21
+ },
22
+ "homepage": "https://github.com/visualjs/virtual-grid#readme",
10
23
"devDependencies": {
11
24
"@types/jest": "^27.0.2",
12
25
"jest": "^27.2.5",
13
26
"ts-jest": "^27.0.6",
14
27
"typescript": "^4.3.2",
15
28
"vite": "^2.6.4"
16
- }
29
+ },
30
+ "files": [
31
+ "dist/**/*.js",
32
+ "dist/**/*.d.ts"
33
+ ]
17
34
}
You can’t perform that action at this time.
0 commit comments