UNPKG

@intocode-io/minimal-web-boilerplate

Version:
32 lines (31 loc) 826 B
{ "name": "@intocode-io/minimal-web-boilerplate", "version": "2.0.1", "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 --coverage" }, "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": "^24.9.0", "parcel-bundler": "^1.12.4", "shx": "^0.3.2" }, "dependencies": {} }