UNPKG

minimal-web-boilerplate

Version:
32 lines (31 loc) 770 B
{ "name": "minimal-web-boilerplate", "version": "1.2.3", "description": "Web app boilerplate for a minimalist", "scripts": { "predev": "shx rm -rf dist/*", "dev": "parcel src/index.html -p 7777 --open", "prebuild": "shx rm -rf dist/*", "build": "parcel build src/index.html", "test": "jest --config jest.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/intocode-io/node-minimal-web-boilerplate.git" }, "keywords": [ "Parcel", "Jest", "Boilerplate", "Web", "Minimal" ], "author": "Satana Charuwichitratana <micksatana@live.com>", "license": "MIT", "devDependencies": { "jest": "^23.1.0", "parcel-bundler": "^1.9.2", "shx": "^0.3.0" }, "dependencies": {} }