@bolt/build-tools
Version:
Curated collection of front-end build tools in the Bolt Design System.
21 lines (20 loc) • 564 B
JSON
{
"name": "@bolt/build-tools--test-multi-lang",
"version": "5.9.0",
"private": true,
"description": "Tests for @bolt/build-tools multilingal support",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "bolt build --prod --i18n --config-file .boltrc.multi-lang.js",
"pretest": "yarn run build",
"test": "npx jest index.js",
"posttest": "rm -rf dist-lang/"
},
"dependencies": {
"@bolt/build-tools": "^5.9.0",
"@bolt/components-button": "^5.8.0",
"@bolt/core-v3.x": "^5.8.0",
"@bolt/global": "^5.8.0"
}
}