Skip to content

Commit fd3505b

Browse files
committed
chore: generate package.json with "npm init -y"
1 parent a1e0144 commit fd3505b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "crud-generator",
3+
"version": "0.0.1",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "Slava Semushin <slava.semushin@gmail.com>",
11+
"license": "GPL-2.0"
12+
}

0 commit comments

Comments
 (0)