{
    "name": "lynx-admin-ui",
    "version": "1.0.0-alpha.67",
    "description": "this module adds annotations for entities in order to automatically generate an Administration UI",
    "main": "dist/index.js",
    "scripts": {
        "build": "gulp build",
        "test": "echo \"Error: no test specified\" && exit 1",
        "prepublishOnly": "npm run build",
        "postinstall": "mv dist/* ."
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jellyfishsolutions/lynx-admin-ui.git"
    },
    "keywords": [
        "lynx",
        "admin-ui",
        "module"
    ],
    "author": "Luca Roverelli <luca.roverelli@gmail.com>",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/jellyfishsolutions/lynx-admin-ui/issues"
    },
    "homepage": "https://github.com/jellyfishsolutions/lynx-admin-ui#readme",
    "dependencies": {
        "@types/sprintf-js": "^1.1.2",
        "lynx-datagrid": "^0.1.4",
        "lynx-framework": "1.x",
        "sprintf-js": "^1.1.2"
    },
    "devDependencies": {
        "del": "^5.1.0",
        "gulp": "^4.0.2",
        "gulp-typescript": "^5.0.1",
        "merge2": "^1.3.0",
        "typescript": "^3.9.6"
    },
    "prettier": {
        "trailingComma": "es5",
        "tabWidth": 4,
        "semi": true,
        "singleQuote": true
    }
}
