@tko/utils.jsx
Version:
TKO JSX Rendering
55 lines (54 loc) • 1.14 kB
JSON
{
"version": "4.0.0-beta1.3",
"name": "@tko/utils.jsx",
"description": "TKO JSX Rendering",
"module": "dist/utils.jsx.js",
"files": [
"dist/",
"helpers/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/knockout/tko.git"
},
"keywords": [
"knockout",
"tko",
"ko"
],
"author": "The Knockout Team",
"license": "MIT",
"karma": {
"frameworks": [
"mocha",
"chai"
]
},
"dependencies": {
"@tko/bind": "^4.0.0-beta1.3",
"@tko/computed": "^4.0.0-beta1.3",
"@tko/lifecycle": "^4.0.0-beta1.3",
"@tko/observable": "^4.0.0-beta1.3",
"@tko/provider.native": "^4.0.0-beta1.3",
"@tko/utils": "^4.0.0-beta1.3",
"tslib": "^2.2.0"
},
"homepage": "https://tko.io",
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./helpers/*": "./helpers/*"
},
"bugs": {
"url": "https://github.com/knockout/tko/issues"
},
"gitHead": "a8843acb8ae085915115e53a4e057b30731c635e"
}