UNPKG

memorio

Version:

Memorio, State + Observer and Store for a easy life

92 lines 2.34 kB
{ "name": "memorio", "version": "2.1.3", "type": "module", "private": false, "main": "index.js", "license": "CC-BY 4.0", "types": "index.d.ts", "typings": "./types/*", "description": "Memorio, State + Observer and Store for a easy life ", "copyright": "Dario Passariello, BigLogic ca - a51.dev is a BigLogic project", "homepage": "https://a51.gitbook.io/memorio", "author": { "name": "Dario Passariello", "url": "https://dario.passariello.ca/", "email": "dariopassariello@gmail.com" }, "support": { "name": "Dario Passariello", "url": "https://github.com/passariello/", "email": "dariopassariello@gmail.com" }, "contributors": [ { "name": "Dario Passariello", "email": "dariopassarielloa@gmail.com" }, { "name": "Valeria Cala Scaglitta", "email": "valeriacalascaglitta@gmail.com" } ], "keywords": [ "biglogic", "a51", "memorio", "state", "store", "observer", "useObserver", "dario", "passariello" ], "funding": [ { "type": "patreon", "url": "https://www.patreon.com/passariello" } ], "typing": [ "types/*" ], "exports": { "import": "./index.js", "require": "./index.js", "default": "./index.js" }, "scripts": { "build": "node ./esbuild.config.mjs", "watch": "nodemon --watch * --exec \"npm run build \"", "test": "cd tests/jest && npm run test", "-----------": "", "npm:publish": "npm run build && npm publish ./dist" }, "dependencies": { "dphelper.types": "0.0.20" }, "devDependencies": { "@babel/eslint-parser": "^7.28.5", "@eslint/js": "9.39.2", "@testing-library/jest-dom": "6.9.1", "@types/jest": "30.0.0", "@types/node": "25.0.6", "@typescript-eslint/eslint-plugin": "8.52.0", "@typescript-eslint/parser": "8.52.0", "esbuild": "0.27.2", "esbuild-node-externals": "1.20.1", "esbuild-plugin-alias": "0.2.1", "esbuild-plugin-clean": "1.0.1", "esbuild-plugin-copy": "2.1.1", "esbuild-sass-plugin": "3.6.0", "esbuild-scss-modules-plugin": "1.1.1", "eslint": "9.39.2", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "ts-jest": "29.4.6", "ts-loader": "^9.5.4", "ts-node": "10.9.2", "tslib": "^2.8.1", "typescript": "5.9.3" } }