UNPKG

@jaspersoft/jv-tools

Version:
54 lines (53 loc) 1.32 kB
{ "name": "@jaspersoft/jv-tools", "version": "0.1.10", "description": "Tools for working with JasperReports Server's Visualize.js", "type": "module", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "homepage": "https://jaspersoft.github.io/js-visualize-components-samples/pages/tools/jv-tools.html", "files": [ "dist" ], "license": "BSD-3-Clause", "scripts": { "audit:all": "yarn audit", "audit:runtime": "yarn audit --groups dependencies", "build": "vite build", "build-prod": "NODE_ENV=production vite build", "dev": "vite", "serve": "vite preview", "clean": "rm -rf dist", "test": "jest" }, "keywords": [ "jaspersoft", "jasperreports server", "visualize.js", "embed", "npm", "loader", "tools", "utilities", "react", "typescript", "javascript" ], "repository": { "type": "git", "url": "git+https://github.com/Jaspersoft/js-visualize-components.git", "directory": "packages/jv-tools" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.4.5", "vite": "^5.4.3", "vite-plugin-dts": "^4.1.0" }, "dependencies": { "react": "^18.3.1" } }