UNPKG

@jsreport/jsreport-studio-theme-dark

Version:
57 lines (56 loc) 1.21 kB
{ "name": "@jsreport/jsreport-studio-theme-dark", "version": "4.0.0", "description": "dark theme for jsreport studio", "keywords": [ "jsreport", "jsreport-studio" ], "homepage": "httpshttps://github.com/jsreport/jsreport/tree/master/packages/jsreport-studio-theme-dark", "repository": { "type": "git", "url": "git+https://github.com/jsreport/jsreport.git" }, "license": "MIT", "author": { "name": "BJR Matos", "email": "bjrmatos@gmail.com", "url": "https://github.com/bjrmatos" }, "contributors": [ { "name": "BJR Matos", "email": "bjrmatos@gmail.com", "url": "https://github.com/bjrmatos" }, { "name": "Jan Blaha", "email": "jan.blaha@hotmail.com" } ], "main": "index.js", "files": [ "lib", "index.js", "jsreport.config.js" ], "scripts": { "run": "jsreport-studio-start --run-only", "start": "jsreport-studio-start", "test": "standard" }, "devDependencies": { "@jsreport/studio-dev": "3.2.1", "standard": "16.0.4" }, "engines": { "node": ">=18.15" }, "standard": { "env": { "node": true, "mocha": true, "browser": true } } }