{ "name": "@esiur/iui", "version": "1.2.5", "description": "Interactive User Interface", "main": "iui.js", "type": "module", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "babelify": "^10.0.0", "browserify": "^17.0.0" }, "scripts": { "build": "browserify src/iui.js -t babelify --outfile build/iui.js", "prepublish": "browserify src/iui.js -t babelify --outfile build/iui.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/esiur/iui.git" }, "keywords": [ "Web", "Interface", "User", "Esiur" ], "author": "Ahmed Kh. Zamil", "license": "MIT", "bugs": { "url": "https://github.com/esiur/iui/issues" }, "homepage": "https://github.com/esiur/iui#readme" }