actualize
Version:
DOM patching algorithm
47 lines (46 loc) • 993 B
JSON
{
"name": "actualize",
"version": "0.2.0",
"description": "DOM patching algorithm",
"main": "index.js",
"files": [
"dist",
"lib"
],
"scripts": {
"build": "webpack && NODE_ENV=production webpack",
"coverage": "nyc --reporter=lcov npm test",
"publish": "git push && git push --tags",
"start": "ava --watch",
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aristov/actualize.git"
},
"keywords": [
"dom",
"virtual dom",
"dom diffing",
"dom patching",
"morphdom",
"nanomorph"
],
"author": "Vyacheslav Aristov",
"license": "MIT",
"bugs": {
"url": "https://github.com/aristov/actualize/issues"
},
"homepage": "https://github.com/aristov/actualize#readme",
"devDependencies": {
"ava": "^4.3.0",
"domb": "^0.2.1",
"nyc": "^15.1.0",
"sinon": "^14.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=14.19"
}
}