Skip to content

Commit bb5fe26

Browse files
authored
Update package.json
1 parent 1428659 commit bb5fe26

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "js-quality-starter",
2+
"name": "{{PROJECT_NAME}}",
33
"version": "1.0.0",
4-
"description": "A template repository for modern JavaScript projects with pre-configured linting, formatting, testing, and CI/CD using GitHub Actions.",
4+
"description": "{{PROJECT_DESCRIPTION}}",
55
"main": "src/index.js",
66
"scripts": {
77
"setup": "node setup.js",
@@ -18,15 +18,9 @@
1818
"prepare": "husky install"
1919
},
2020
"keywords": [
21-
"javascript",
22-
"template",
23-
"eslint",
24-
"prettier",
25-
"jest",
26-
"ci",
27-
"starter"
21+
"{{PROJECT_KEYWORDS}}"
2822
],
29-
"author": "ioncakephper",
23+
"author": "{{AUTHOR_NAME}}",
3024
"license": "MIT",
3125
"engines": {
3226
"node": ">=18.0.0"

0 commit comments

Comments
 (0)