@opensesame/orchestrator-dom
Version:
Orchestrator DOM library with common MicroUI utils
71 lines (70 loc) • 2.14 kB
JSON
{
"name": "@opensesame/orchestrator-dom",
"version": "0.0.9",
"description": "Orchestrator DOM library with common MicroUI utils",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/types/index.d.ts",
"scripts": {
"watch": "rm -rf dist && rollup -c -w",
"build": "rm -rf dist && rollup -c",
"test": "jest",
"lint:check": "eslint --config .eslintrc.cjs .",
"lint:fix": "eslint --config .eslintrc.cjs . --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -a",
"postversion": "npm run changelog && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenSesame/core-orchestrator.git"
},
"bugs": {
"url": "https://github.com/OpenSesame/core-orchestrator/issues"
},
"homepage": "https://github.com/OpenSesame/core-orchestrator#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"microui",
"micro",
"frontend",
"ui",
"core",
"orchestrator"
],
"author": "OpenSesame",
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.15.11",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"babel-jest": "^29.5.0",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"mock-fs": "^5.2.0",
"rollup": "^3.20.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"dependencies": {
"jwt-decode": "^3.1.2"
}
}