@svgrid/create 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +38 -38
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
- {
2
- "name": "@svgrid/create",
3
- "version": "1.1.0",
4
- "description": "Scaffold a Svelte app powered by SvGrid in one command: npm create @svgrid@latest",
5
- "type": "module",
6
- "license": "MIT",
7
- "author": "jQWidgets Ltd",
8
- "homepage": "https://www.svgrid.com",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/sv-grid/sv-grid.git",
12
- "directory": "packages/create-sv-grid"
13
- },
14
- "keywords": [
15
- "svelte",
16
- "sveltekit",
17
- "data-grid",
18
- "datagrid",
19
- "table",
20
- "sv-grid",
21
- "create",
22
- "scaffold",
23
- "starter",
24
- "template"
25
- ],
26
- "bin": "index.mjs",
27
- "files": [
28
- "index.mjs",
29
- "templates"
30
- ],
31
- "engines": {
32
- "node": ">=18"
33
- },
34
- "scripts": {
35
- "sync-templates": "node sync-templates.mjs",
36
- "prepack": "node sync-templates.mjs"
37
- }
38
- }
1
+ {
2
+ "name": "@svgrid/create",
3
+ "version": "2.0.0",
4
+ "description": "Scaffold a Svelte app powered by SvGrid in one command: npm create @svgrid@latest",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "author": "jQWidgets Ltd",
8
+ "homepage": "https://www.svgrid.com",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/sv-grid/sv-grid.git",
12
+ "directory": "packages/create-sv-grid"
13
+ },
14
+ "keywords": [
15
+ "svelte",
16
+ "sveltekit",
17
+ "data-grid",
18
+ "datagrid",
19
+ "table",
20
+ "sv-grid",
21
+ "create",
22
+ "scaffold",
23
+ "starter",
24
+ "template"
25
+ ],
26
+ "bin": "index.mjs",
27
+ "files": [
28
+ "index.mjs",
29
+ "templates"
30
+ ],
31
+ "engines": {
32
+ "node": ">=18"
33
+ },
34
+ "scripts": {
35
+ "sync-templates": "node sync-templates.mjs",
36
+ "prepack": "node sync-templates.mjs"
37
+ }
38
+ }