Skip to content

Commit db9a6d4

Browse files
Create package.json
1 parent 78744b5 commit db9a6d4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "vanilla",
3+
"version": "1.0.0",
4+
"description": "JavaScript example starter project",
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+
"keywords": [
16+
"javascript",
17+
"starter"
18+
]
19+
}

0 commit comments

Comments
 (0)