@digifi/jexl-functions
Version:
Package with available JEXL functions
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "@digifi/jexl-functions",
"version": "2.2.20",
"description": "Package with available JEXL functions",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"lint": "eslint ./ --ext .ts --fix",
"test": "jest --passWithNoTests --runInBand",
"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": {
"bignumber.js": "^9.1.2",
"dayjs": "1.11.5",
"js-sha256": "^0.11.1",
"lodash": "^4.17.21",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/lodash": "^4.14.182",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"ts-jest": "^29.0.3",
"typescript": "^4.7.2"
}
}