UNPKG

easy-template-x-angular-expressions

Version:
86 lines (85 loc) 2.88 kB
{ "name": "easy-template-x-angular-expressions", "version": "0.2.2", "description": "Angular expressions support for easy-template-x", "keywords": [ "easy-template-x", "angular", "expressions", "conditions", "resolver" ], "homepage": "https://github.com/alonrbar/easy-template-x-angular-expressions", "repository": { "type": "git", "url": "https://github.com/alonrbar/easy-template-x-angular-expressions.git" }, "bugs": { "url": "https://github.com/alonrbar/easy-template-x-angular-expressions/issues" }, "author": "Alon Bar", "license": "MIT", "type": "module", "main": "dist/cjs/easy-template-x-angular-expressions.cjs", "module": "dist/es/easy-template-x-angular-expressions.mjs", "typings": "dist/types/index.d.ts", "exports": { "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/easy-template-x-angular-expressions.cjs" }, "import": { "types": "./dist/types/index.d.ts", "default": "./dist/es/easy-template-x-angular-expressions.mjs" } }, "files": [ "dist", "src" ], "scripts": { "clean": "rimraf .tmp dist test-reports", "typecheck": "tsc --noEmit", "lint": "eslint \"./{src,test}/**/!(*.d).ts\"", "test": "jest --verbose", "quality": "yarn typecheck && yarn lint && yarn test", "build-src": "rollup -c", "build-types": "tsc -p tsconfig.types.json --emitDeclarationOnly", "build": "yarn build-types && yarn build-src", "release": "yarn clean && yarn quality && yarn build" }, "dependencies": { "angular-expressions": "1.4.3", "easy-template-x": "^6.0.0", "lodash.get": "4.4.2" }, "devDependencies": { "@babel/core": "7.26.10", "@babel/plugin-proposal-optional-chaining": "7.12.16", "@babel/plugin-transform-modules-commonjs": "7.26.3", "@babel/preset-typescript": "7.26.0", "@eslint/js": "9.22.0", "@rollup/plugin-replace": "6.0.2", "@types/eslint__js": "8.42.3", "@types/jest": "29.5.14", "@types/lodash.get": "4.4.9", "@types/node": "22.13.11", "@types/ts-nameof": "4.2.5", "@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/parser": "8.27.0", "babel-jest": "29.7.0", "babel-loader": "10.0.0", "babel-plugin-ts-nameof": "4.2.1", "eslint": "9.22.0", "jest": "29.7.0", "jest-junit": "16.0.0", "rimraf": "6.0.1", "rollup": "4.36.0", "rollup-plugin-auto-external": "2.0.0", "rollup-plugin-babel": "4.3.3", "rollup-plugin-node-resolve": "5.2.0", "typescript": "5.8.2", "typescript-eslint": "8.26.1" }, "packageManager": "yarn@3.3.0+sha512.16136ce2bbe4239c67bdb29c7af54918e0d8ef3029076bc4f30d32f5cdc35b6a081d8bff0ed404a32dc3da45f01bd7e0b9d12e83f1fc42638a3adc77115fafad" }