dom-reactive
Version:
A library for working with DOM with syntax similar to Vue.
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "dom-reactive",
"version": "1.8.6",
"description": "A library for working with DOM with syntax similar to Vue.",
"main": "./dist/index.ts",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.ts",
"require": "./dist/index.ts"
}
},
"files": [
"./dist/index.ts",
"./dist/index.d.ts",
"./dist/index.mjs",
"./dist/index.mjs.map"
],
"repository": {
"type": "git",
"url": "git+https://github.com/artemsites/dom-reactive.git"
},
"scripts": {
"build": "vite build && cp index.ts dist",
"publish": "npm publish"
},
"keywords": [
"Working",
"native",
"HTML",
"DOM",
"reactive",
"with",
"syntax",
"similar",
"Vue"
],
"author": "Artem Kuznecov (ArtemSites)",
"license": "MIT",
"bugs": {
"url": "https://github.com/artemsites/dom-reactive/issues"
},
"homepage": "https://github.com/artemsites/dom-reactive#readme",
"devDependencies": {
"typescript": "^5.9.2",
"vite": "^7.1.1",
"vite-plugin-dts": "^4.5.4"
},
"dependencies": {
"dom-reactive": "^1.8.6",
"mitt": "^3.0.1"
}
}