reactron
Version:
Reactron - Transactional Reactive Front-End Development Framework
55 lines (54 loc) • 1.47 kB
JSON
{
"name": "reactron",
"version": "0.22.411",
"description": "Reactron - Transactional Reactive Front-End Development Framework",
"publisher": "Nezaboodka Software",
"license": "Apache-2.0",
"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/reactron.git"
},
"keywords": [
"nezaboodka",
"reactronic",
"state management",
"rendering",
"consistent",
"reactive",
"reactivity",
"transactional",
"asynchronous",
"ui"
],
"bugs": {
"url": "https://github.com/nezaboodka/reactron/issues"
},
"homepage": "https://github.com/nezaboodka/reactron/blob/master/README.md#readme",
"dependencies": {
"reactronic": "^0.22.411"
},
"devDependencies": {
"@types/node": "18.7.18",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"ava": "4.3.3",
"c8": "7.12.0",
"eslint": "8.23.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"typescript": "4.8.2"
},
"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"
}
}