UNPKG

veil-objects

Version:

The JS/TS implementation of Veil objects approach from EO oriented programming

31 lines (30 loc) 821 B
{ "author": "Gadzhiev Islam", "name": "veil-objects", "license": "ISC", "homepage": "https://github.com/MyNameIsNeXTSTEP/VeilObjects#readme", "type": "module", "devDependencies": { "mocha": "^11.1.0", "typescript": "^5.7.3" }, "version": "1.0.6", "description": "The JS/TS implementation of Veil objects approach from EO oriented programming", "main": "veil.js", "scripts": { "test": "./node_modules/mocha/bin/mocha.js tests/test-runner.js --reporter json --reporter-option output=test-results.json" }, "repository": { "type": "git", "url": "git+https://github.com/MyNameIsNeXTSTEP/VeilObjects.git" }, "keywords": [ "veil", "veil objects", "eo", "elegant objects" ], "bugs": { "url": "https://github.com/MyNameIsNeXTSTEP/VeilObjects/issues" } }