UNPKG

objecture

Version:

❂ Objecture ⏣ Object Watcher, Property Manager ⊚ Capture property changes for object, array mutator methods. ⊚ Schematize and validate object, array properties. ⊚ Browser, NodeJS compatible. ⁘ Uses Core-Plex - Event Listener Manage

26 lines (25 loc) 701 B
{ "name": "objecture-development", "license": "ISC", "author": "Thomas Patrick Welborn", "type": "module", "main": "index.js", "scripts": { "start": "npx pm2 start ecosystem.config.cjs", "restart": "npx pm2 restart ecosystem.config.cjs", "stop": "npx pm2 stop ecosystem.config.cjs", "delete": "npx pm2 delete ecosystem.config.cjs", "distribute": "rollup --config ./rollup.config.js" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.34.6" }, "dependencies": { "atilax": "^1.2.3", "core-plex": "^4.2.2", "recourse": "^1.2.1" } }