memorio
Version:
Memorio, State + Observer and Store for a easy life
95 lines (94 loc) • 2.42 kB
JSON
{
"name": "memorio",
"version": "0.2.14",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"typings": "./types/*",
"description": "Memorio, State + Observer and Store for a easy life ",
"license": "MIT",
"deprecated": false,
"preferGlobal": true,
"target": "node",
"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"
}
],
"globals": {
"memorio": {}
},
"keywords": [
"biglogic",
"a51",
"memorio",
"state",
"store",
"observer",
"dario",
"passariello"
],
"repository": {
"type": "git",
"url": "git+https://github.com/a51-dev/a51.memorio.git",
"help": "https://github.com/a51-dev/a51.memorio#readme"
},
"bugs": {
"url": "https://github.com/a51-dev/a51.memorio/issues"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/passariello"
}
],
"typing": [
"types/*"
],
"scripts": {
"build": "node ./esbuild.config.mjs",
"watch": "esbuild init.ts --bundle --outdir=dist --serve",
"-----------": "",
"tsc": "tsc -b .",
"eslint": "eslint .",
"updates": "npx npm-check-updates -u && npm i",
"----------": "",
"publish:npm": "npm run build && npm publish ./dist"
},
"dependencies": {
"dphelper.types": "0.0.14"
},
"devDependencies": {
"@eslint/js": "9.33.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.0",
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/parser": "8.40.0",
"dphelper.types": "0.0.14",
"esbuild": "^0.25.9",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "9.33.0",
"ts-loader": "^9.5.2",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "5.9.2"
}
}