UNPKG

aurelia-typed-observable-plugin

Version:
95 lines (94 loc) 2.94 kB
{ "name": "aurelia-typed-observable-plugin", "version": "0.5.1", "description": "A plugin for @observable and @bindable value coercion", "keywords": [ "aurelia", "plugin", "observable", "bindable", "typed-observable", "typed-bindable" ], "homepage": "https://github.com/bigopon/aurelia-typed-observable-plugin", "bugs": { "url": "https://github.com/bigopon/aurelia-typed-observable-plugin/issues" }, "license": "MIT", "author": "bigopon <bigopon.777@gmail.com>", "main": "dist/commonjs/index.js", "module": "dist/native-modules/index.js", "typings": "dist/types/aurelia-typed-observable-plugin.d.ts", "repository": { "type": "git", "url": "https://github.com/bigopon/aurelia-typed-observable-plugin" }, "files": [ "dist", "src", "LICENSE", "README.md", "CHANGELOG.md" ], "scripts": { "lint": "eslint .", "test": "karma start --single-run", "test:watch": "karma start", "test:debugger": "karma start --browsers ChromeDebugging", "prebuild": "rimraf dist", "build": "rollup -c", "build:dts": "dts-bundle-generator src/index.ts -o dist/types/aurelia-typed-observable-plugin.d.ts", "postbuild": "npm run build:dts", "changelog": "standard-version -i doc/CHANGELOG.md --skip.commit --skip.tag", "precut-release": "npm run test && npm run lint && npm run build", "cut-release": "npm run changelog" }, "dependencies": { "aurelia-binding": "^2.0.0", "aurelia-logging": "^1.5.0", "aurelia-metadata": "^1.0.4", "aurelia-pal": "^1.7.0", "aurelia-task-queue": "^1.3.1", "aurelia-templating": "^1.11.1" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.1", "@types/estree": "^0.0.51", "@types/jasmine": "^4.0.2", "@types/node": "^17.0.23", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "aurelia-pal-browser": "^1.7.0", "aurelia-polyfills": "^1.3.0", "aurelia-testing": "^1.0.0", "cross-env": "^5.1.4", "dts-bundle-generator": "^6.7.0", "eslint": "^8.13.0", "jasmine-core": "^4.0.1", "karma": "^6.3.17", "karma-chrome-launcher": "^3.1.1", "karma-coverage": "^2.2.0", "karma-jasmine": "^4.0.2", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "rimraf": "^2.7.1", "rollup": "^2.70.1", "standard-version": "^9.3.2", "ts-loader": "^9.2.8", "tslib": "^2.3.1", "typescript": "^4.6.3", "webpack": "^5.72.0" }, "aurelia": { "import": { "dependencies": [ { "name": "aurelia-typed-observable-plugin", "path": "../node_modules/aurelia-typed-observable-plugin/dist/amd", "main": "aurelia-typed-observable-plugin" } ] } } }