Skip to content

Commit 8f056bf

Browse files
committed
add package.json
1 parent 42ebd59 commit 8f056bf

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.idea
22
.terraform
3+
.terraform.lock.hcl
4+
package-lock.json
35
*.pyc
46
.DS_Store

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "hcl-playground",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"devDependencies": {
12+
"cypress": "^13.7.1"
13+
}
14+
}

0 commit comments

Comments
 (0)