{ "name": "datatables", "version": "1.0.0", "description": "A library for rendering datatables in JavaScript", "main": "dist/bundle.js", "type": "module", "scripts": { "build": "rollup -c", "test": "echo \"No tests yet...\" && exit 0" }, "repository": { "type": "git", "url": "git+https://git.infor.app.br/JavascripWidgets/datatables.git" }, "author": "Artur Welp ", "license": "GNU2", "devDependencies": { "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.4", "rollup": "^2.60.0", "rollup-plugin-terser": "^7.0.2" } }