19 lines
525 B
JSON
19 lines
525 B
JSON
|
|
{
|
||
|
|
"name": "quixzoom-asia",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "quiXzoom Asia multilingual landing pages",
|
||
|
|
"scripts": {
|
||
|
|
"build": "node scripts/build.js",
|
||
|
|
"validate": "node scripts/validate.js",
|
||
|
|
"deploy:staging": "node scripts/deploy.js --env=staging",
|
||
|
|
"deploy:prod": "node scripts/deploy.js --env=production",
|
||
|
|
"version": "node scripts/version.js"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/wavult/quixzoom-asia.git"
|
||
|
|
},
|
||
|
|
"license": "UNLICENSED",
|
||
|
|
"private": true
|
||
|
|
}
|