-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 772 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 772 Bytes
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
{
"author": "Sakib Devlekar",
"license": "ISC",
"name": "project-initializer",
"version": "1.0.0",
"description": "This script automates the setup process for a Node.js project, creating a structured folder layout and installing essential dependencies.",
"main": "index.js",
"scripts": {
"start": "node src/index.js"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.8.0",
"globals": "^15.9.0",
"prettier": "^3.3.3"
},
"keywords": [
"nodejs",
"command-line-tool",
"fs",
"path",
"cmd",
"command-line"
],
"repository": {
"type": "git",
"url": "https://github.com/Sakibdevlekar/Project-Initializer"
}
}