UNPKG

@aemforms/af-custom-functions

Version:

Provides a collection of custom functions designed to aid creation of adaptive form

33 lines (32 loc) 783 B
{ "name": "@aemforms/af-custom-functions", "version": "1.0.15", "license": "MIT License, Copyright 2024 Adobe Systems Incorporated", "description": "Provides a collection of custom functions designed to aid creation of adaptive form", "type": "module", "files": [ "src" ], "exports": { ".": "./src/index.js" }, "scripts": { "test": "node --experimental-vm-modules node_modules/.bin/jest --config=jest.config.js" }, "repository": { "type": "git", "url": "https://git.corp.adobe.com/livecycle/af-custom-functions" }, "publishConfig": { "access": "public" }, "keywords": [ "af", "custom-functions" ], "author": "rishi mehta", "devDependencies": { "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0" } }