watercolor-ui
Version:
Watercolor UI installer for core and platform packages
32 lines (31 loc) • 648 B
JSON
{
"name": "watercolor-ui",
"version": "1.1.40",
"description": "Watercolor UI installer for core and platform packages",
"main": "scripts/installer.js",
"bin": {
"watercolor-ui": "bin/watercolor-ui.js"
},
"files": [
"bin",
"scripts",
"README.md",
"package.json"
],
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeturn/watercolor.git",
"directory": "packages/watercolor-ui"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"license": "ISC"
}