1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
budibase/packages/string-templates/package.json

26 lines
652 B
JSON
Raw Normal View History

{
"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",
"private": true,
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"dev:builder": "tsc && rollup -cw"
},
"dependencies": {
"handlebars": "^4.7.6"
},
"devDependencies": {
"typescript": "^4.1.3",
"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"
}
}