{ "name": "@budibase/string-templates", "version": "0.5.3", "description": "Handlebars wrapper for Budibase templating.", "main": "dist/bundle.js", "module": "dist/bundle.js", "license": "AGPL-3.0", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "dev:builder": "tsc && rollup -cw", "test": "jest" }, "dependencies": { "handlebars": "^4.7.6" }, "devDependencies": { "rollup": "^2.36.2", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^5.2.0", "typescript": "^4.1.3", "jest": "^26.6.3" } }