create-project-boilerplate
Version:
ES6+ boilerplate to create websites and web apps using tailwind, Babel and Parcel
36 lines (35 loc) • 930 B
JSON
{
"name": "create-project-boilerplate",
"version": "2.3.2",
"description": "ES6+ boilerplate to create websites and web apps using tailwind, Babel and Parcel",
"main": "index.js",
"bin": "./bin/index.js",
"scripts": {
"start": "parcel src/index.html -p 3000 --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Biswajit-Mukherjee/create-project-boilerplate.git"
},
"keywords": [
"boilerplate",
"project template with testing",
"HTML",
"CSS",
"SASS",
"PostCSS",
"Tailwindcss",
"Alpine.js",
"Babel",
"Parcel",
"eslint",
"jest",
"DOM Testing"
],
"author": "Biswajit Mukherjee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Biswajit-Mukherjee/create-project-boilerplate/issues"
},
"homepage": "https://github.com/Biswajit-Mukherjee/create-project-boilerplate#readme"
}