tripetto-runner-foundation
Version:
Foundation library for building form/survey runners for Tripetto.
96 lines (95 loc) • 2.81 kB
JSON
{
"name": "tripetto-runner-foundation",
"title": "Tripetto Runner Foundation",
"version": "6.3.1",
"description": "Foundation library for building form/survey runners for Tripetto.",
"keywords": [
"tripetto",
"runner",
"form kit",
"form",
"forms",
"survey",
"surveys"
],
"license": "MIT",
"private": false,
"homepage": "https://docs.tripetto.com/guide/runners/",
"author": {
"name": "Mark van den Brink",
"email": "mark@vandenbr.ink",
"url": "http://mark.vandenbr.ink"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/tripetto/runner-foundation.git"
},
"bugs": {
"url": "https://gitlab.com/tripetto/runner-foundation/issues"
},
"main": "./dist/es5/index.js",
"browser": "./dist/es5/index.js",
"module": "./dist/esm/index.mjs",
"unpkg": "./dist/umd/index.js",
"jsdelivr": "./dist/umd/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/es5/index.js",
"umd": "./dist/umd/index.js",
"script": "./dist/umd/index.js",
"types": "./dist/types/index.d.ts",
"default": "./dist/es5/index.js"
},
"./es5": {
"types": "./dist/types/index.d.ts",
"default": "./dist/es5/index.js"
},
"./package.json": "./package.json"
},
"scripts": {},
"devDependencies": {
"@compodoc/ts-stats": "^1.1.1",
"@marblecore/aes": "^1.3.1",
"@marblecore/callback": "^2.3.2",
"@marblecore/decorators": "^2.3.1",
"@marblecore/functional": "^2.10.3",
"@marblecore/grid": "^2.3.2",
"@marblecore/hookup": "^2.3.1",
"@marblecore/l10n": "^4.8.2",
"@marblecore/l10n-domains": "^40.0.0",
"@marblecore/loader": "^1.4.4",
"@marblecore/markdown": "^2.4.1",
"@marblecore/matrix": "^2.5.1",
"@marblecore/metrics": "^2.3.2",
"@marblecore/semver": "^1.3.1",
"@marblecore/serializer": "^2.4.1",
"@marblecore/sha2": "^1.5.1",
"@marblecore/tslint-configuration": "^6.1.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@tripetto/contracts": "^2.3.1",
"@tripetto/map": "^6.13.0",
"@tripetto/slots": "^4.13.0",
"@tripetto/vfsm": "^6.5.0",
"dts-bundle": "0.7.3",
"exit-on-dirty-git": "^1.0.1",
"git-branch-is": "^4.0.0",
"npm-check": "^5.9.2",
"prettier": "^2.5.1",
"rollup": "^2.67.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.4",
"shx": "^0.3.4",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"tslint": "^6.1.3",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
}
}