bc-formio-template-extend
Version:
Extension of Formio JS's template for formio components following web accessibility
53 lines (52 loc) • 1.59 kB
JSON
{
"name": "bc-formio-template-extend",
"version": "1.0.0",
"description": "Extension of Formio JS's template for formio components following web accessibility",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"browser": "dist/iife/index.js",
"types": "dist/types/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/es/index.js"
},
"scripts": {
"build": "rollup -c rollup.config.mjs && tsc --project tsconfig.build.json",
"build:watch": "rollup -c -w",
"lint": "eslint . --ext .js,.ts",
"lint:fix": "eslint . --ext .js,.ts --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DonAmit197/bc-formio-template-extend.git"
},
"keywords": [
"Business",
"Connect",
"Formio",
"js"
],
"author": "Business Connect",
"license": "MIT",
"bugs": {
"url": "https://github.com/DonAmit197/bc-formio-template-extend/issues"
},
"homepage": "https://github.com/DonAmit197/bc-formio-template-extend#readme",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"eslint": "^9.30.1",
"rollup": "^4.44.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@babel/runtime": "^7.27.6"
}
}