@tomjs/create-app 0.0.24 → 0.1.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Tom Gao
3
+ Copyright (c) 2023-PRESENT Tom Gao<tom@tomgao.cc>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,15 +1,22 @@
1
1
  {
2
2
  "name": "@tomjs/create-app",
3
- "version": "0.0.24",
3
+ "version": "0.1.0",
4
4
  "description": "create tomjs web app",
5
5
  "keywords": [
6
6
  "tomjs",
7
7
  "front-end",
8
+ "frontend",
9
+ "back-end",
10
+ "backend",
8
11
  "create",
12
+ "create-app",
9
13
  "app",
14
+ "template",
10
15
  "vite",
11
16
  "vue",
12
- "react"
17
+ "react",
18
+ "electron",
19
+ "node"
13
20
  ],
14
21
  "author": {
15
22
  "name": "Tom Gao",
@@ -3,7 +3,9 @@
3
3
  "version": "0.0.0",
4
4
  "description": "basic node.js template",
5
5
  "keywords": [
6
- "tomjs"
6
+ "tomjs",
7
+ "node",
8
+ "backend"
7
9
  ],
8
10
  "engines": {
9
11
  "node": ">=16"
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 {{user.name}} <{{user.email}}>
3
+ Copyright (c) {{user.name}}<{{user.email}}>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -3,7 +3,10 @@
3
3
  "version": "0.0.0",
4
4
  "description": "basic node.js template",
5
5
  "keywords": [
6
- "tomjs"
6
+ "tomjs",
7
+ "node",
8
+ "back-end",
9
+ "backend"
7
10
  ],
8
11
  "author": {
9
12
  "name": "name",