reactronic-dom
Version:
Reactronic DOM - Transactional Reactive Front-End Development Framework
55 lines (54 loc) • 1.54 kB
JSON
{
"name": "reactronic-dom",
"version": "0.22.315",
"description": "Reactronic DOM - Transactional Reactive Front-End Development Framework",
"type": "module",
"main": "build/dist/source/api.js",
"types": "build/dist/source/api.d.ts",
"files": [
"build/dist/source/**/*.*"
],
"repository": {
"type": "git",
"url": "https://github.com/nezaboodka/reactronic-dom.git"
},
"keywords": [
"nezaboodka",
"reactronic",
"state management",
"rendering",
"consistent",
"reactive",
"reactivity",
"transactional",
"asynchronous",
"ui"
],
"author": "Yury Chetyrko <ychetyrko@gmail.com> (https://github.com/ychetyrko)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nezaboodka/reactronic-dom/issues"
},
"homepage": "https://github.com/nezaboodka/reactronic-dom/blob/master/README.md#readme",
"dependencies": {
"reactronic": "^0.22.315"
},
"devDependencies": {
"@types/node": "18.0.5",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"ava": "4.3.1",
"c8": "7.11.3",
"eslint": "8.19.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"typescript": "4.7.3"
},
"scripts": {
"build": "eslint source/**/*.ts test/**/*.ts && tsc",
"fix": "eslint --fix source/**/*.ts test/**/*.ts",
"pack": "eslint source/**/*.ts test/**/*.ts && tsc --sourceMap false --removeComments true",
"test": "ava",
"cover": "c8 ava && open build/coverage/index.html"
}
}