2
0
mirror of https://github.com/esiur/iui.git synced 2025-05-06 06:42:58 +00:00
iui/package.json
2023-06-11 17:25:54 +03:00

40 lines
943 B
JSON

{
"name": "@esiur/iui",
"version": "1.2.0",
"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"
}