pinto
Version:
A dead simple single page build tool
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "pinto",
"version": "2.0.1",
"description": "A dead simple single page build tool",
"type": "module",
"bin": {
"pinto": "bin/pinto.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"minor-release": "npm version minor && npm publish && git push --follow-tags",
"makor-release": "npm version major && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skiano/pinto.git"
},
"keywords": [
"build",
"single-page",
"simple"
],
"author": "Greg Skiano",
"license": "MIT",
"bugs": {
"url": "https://github.com/skiano/pinto/issues"
},
"homepage": "https://github.com/skiano/pinto#readme",
"dependencies": {
"ansi-to-html": "^0.7.2",
"autoprefixer": "10.4.2",
"chalk": "5.0.0",
"chokidar": "3.5.3",
"connect": "3.7.0",
"cssnano": "5.0.16",
"fs-extra": "10.0.0",
"handlebars": "4.7.7",
"html-minifier": "4.0.0",
"postcss": "8.4.6",
"serve-static": "1.14.2",
"terser": "5.10.0"
}
}