UNPKG

@jsreport/jsreport-data

Version:

jsreport extension adding support for using sample data for previewing templates

55 lines (54 loc) 1.25 kB
{ "name": "@jsreport/jsreport-data", "version": "4.2.0", "description": "jsreport extension adding support for using sample data for previewing templates", "keywords": [ "jsreport", "data" ], "homepage": "https://github.com/jsreport/jsreport/tree/master/packages/jsreport-data", "repository": { "type": "git", "url": "git+ssh://git@github.com/jsreport/jsreport.git" }, "license": "LGPL", "author": { "name": "Jan Blaha" }, "files": [ "lib", "studio", "index.js", "jsreport.config.js" ], "scripts": { "build": "jsreport-studio-build", "prepublish": "jsreport-studio-build", "start": "jsreport-studio-start --httpPort 5488", "test": "mocha test --timeout 5000 && standard" }, "dependencies": {}, "devDependencies": { "@jsreport/jsreport-core": "4.8.0", "@jsreport/jsreport-handlebars": "4.1.0", "@jsreport/studio-dev": "4.1.0", "handlebars": "4.7.7", "in-publish": "2.0.1", "mocha": "10.1.0", "should": "13.2.3", "standard": "16.0.4" }, "engines": { "node": ">=22.18" }, "standard": { "ignore": [ "studio/main.js" ], "env": { "node": true, "mocha": true, "browser": true } } }