@motorcycle/mostly-dom
Version:
Motorcycle.ts adapter for mostly-dom. Built on @motorcycle/dom.
43 lines (42 loc) • 1.39 kB
JSON
{
"name": "@motorcycle/mostly-dom",
"version": "5.0.0",
"description": "Motorcycle.ts adapter for mostly-dom. Built on @motorcycle/dom.",
"main": "lib/index.js",
"module": "lib.es2015/index.js",
"jsnext:main": "lib.es2015/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"scripts": {
"build": "cd ../../ && node ./tools/build.js --only mostly-dom",
"test": "yarn test:lint && yarn test:unit",
"test:unit": "../../node_modules/.bin/typed-test --browser 'src/*.test.ts' 'src/**/*.test.ts'",
"test:lint": "../../node_modules/.bin/prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote --trailing-comma es5 --parser typescript src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/motorcyclets/motorcycle.git"
},
"keywords": [
"motorcycle",
"virtual-dom",
"mostly-dom",
"typescript"
],
"author": "Tylor Steinberger <tslteinberger167@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/motorcyclets/motorcycle/issues"
},
"homepage": "https://github.com/motorcyclets/motorcycle#readme",
"dependencies": {
"@motorcycle/dom": "17.0.0",
"@motorcycle/stream": "3.0.0",
"@motorcycle/types": "3.0.0",
"@typed/prelude": "4.0.0",
"mostly-dom": "4.3.0"
},
"devDependencies": {
"@motorcycle/test": "3.0.0"
}
}