Skip to content

Commit 50060ce

Browse files
authored
Create package.json
1 parent b5a9811 commit 50060ce

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "javascript-30-sandbox",
3+
"version": "1.0.0",
4+
"description": "Jacascript 30 Sandbox",
5+
"main": "index.html",
6+
"scripts": {
7+
"start": "parcel index.html --open",
8+
"build": "parcel build index.html"
9+
},
10+
"dependencies": {},
11+
"devDependencies": {
12+
"@babel/core": "7.2.0",
13+
"parcel-bundler": "^1.6.1"
14+
}
15+
}

0 commit comments

Comments
 (0)