impera-js
Version:
Tiny, Proxy based App State Managment for custom-elements
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "impera-js",
"version": "0.7.8",
"sideEffects": false,
"description": "Tiny, Proxy based App State Managment for custom-elements",
"main": "build/impera.js",
"types": "src/impera.ts",
"scripts": {
"build": "tsc",
"test": "npm run build; firefox http://127.0.0.1:8080/test/ ; http-server ",
"watch": "tsc -t es2018 --outDir build/ -w src/stateElement.ts "
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebComponentHelpers/ImperaJS.git"
},
"keywords": [
"web-component",
"webcomponent",
"state",
"app-state",
"proxy",
"managment",
"lit-element",
"custom-element"
],
"author": "panmanfredini",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebComponentHelpers/ImperaJS.git/issues"
},
"homepage": "https://github.com/WebComponentHelpers/ImperaJS.git#readme",
"devDependencies": {
"chai": "^4.2.0",
"lit-element": "^2.3.1",
"mocha": "^7.1.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
},
"dependencies": {}
}