2021-01-18 18:40:19 +01:00
|
|
|
{
|
|
|
|
"name": "@budibase/string-templates",
|
2021-01-27 18:43:38 +01:00
|
|
|
"version": "0.6.2",
|
2021-01-18 18:40:19 +01:00
|
|
|
"description": "Handlebars wrapper for Budibase templating.",
|
2021-01-19 16:29:49 +01:00
|
|
|
"main": "dist/bundle.js",
|
|
|
|
"module": "dist/bundle.js",
|
2021-01-18 18:40:19 +01:00
|
|
|
"license": "AGPL-3.0",
|
2021-01-19 16:29:49 +01:00
|
|
|
"types": "dist/index.d.ts",
|
2021-01-18 18:40:19 +01:00
|
|
|
"scripts": {
|
2021-01-21 20:06:49 +01:00
|
|
|
"build": "tsc && rollup -c",
|
2021-01-19 18:29:38 +01:00
|
|
|
"dev:builder": "tsc && rollup -cw",
|
|
|
|
"test": "jest"
|
2021-01-18 18:40:19 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-01-21 14:48:23 +01:00
|
|
|
"handlebars": "^4.7.6",
|
2021-01-21 16:50:46 +01:00
|
|
|
"handlebars-helpers": "^0.10.0",
|
2021-01-21 17:44:03 +01:00
|
|
|
"handlebars-utils": "^1.0.6",
|
2021-01-21 16:50:46 +01:00
|
|
|
"helper-date": "^1.0.1",
|
2021-01-21 14:48:23 +01:00
|
|
|
"lodash": "^4.17.20"
|
2021-01-18 18:40:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-21 17:44:03 +01:00
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
2021-01-27 19:09:04 +01:00
|
|
|
"doctrine": "^3.0.0",
|
2021-01-21 14:48:23 +01:00
|
|
|
"jest": "^26.6.3",
|
2021-01-18 18:40:19 +01:00
|
|
|
"rollup": "^2.36.2",
|
|
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
|
|
"rollup-plugin-node-globals": "^1.4.0",
|
2021-01-19 18:29:38 +01:00
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
2021-01-21 14:48:23 +01:00
|
|
|
"typescript": "^4.1.3"
|
2021-01-18 18:40:19 +01:00
|
|
|
}
|
|
|
|
}
|