Skip to content
Snippets Groups Projects
Commit 83a652e3 authored by Alexander Repeta's avatar Alexander Repeta
Browse files

Инициализирует npm и добавляет parceljs

parent d305552e
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
{
"name": "parcel-project-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html --open",
"build": "parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goitacademy/parcel-project-template.git"
},
"keywords": [],
"author": "Alexander Repeta <alexander.repeta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"homepage": "https://github.com/goitacademy/parcel-project-template#readme",
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment