UNPKG

jexl-functions-fork

Version:
39 lines (38 loc) 849 B
{ "name": "jexl-functions-fork", "version": "2.0.7", "description": "Package with available JEXL functions", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/digifi-io/jexl-functions.git" }, "keywords": [ "jexl", "digifi", "functions" ], "author": "DigiFi Team", "license": "ISC", "bugs": { "url": "https://github.com/digifi-io/jexl-functions/issues" }, "homepage": "https://github.com/digifi-io/jexl-functions#readme", "dependencies": { "@digifi/jexl": "^1.1.2", "dayjs": "^1.11.2", "lodash": "^4.17.21" }, "devDependencies": { "@types/lodash": "^4.14.182", "typescript": "^4.7.2" } }