UNPKG

@flourish/sdk

Version:
60 lines (59 loc) 1.62 kB
{ "name": "@flourish/sdk", "version": "5.2.7", "description": "The Flourish SDK", "module": "src/index.js", "scripts": { "prepare": "cd .. && make sdk_clean sdk", "test": "mocha --recursive", "test:ci": "npx --yes c8 --reporter=lcov -o coverage-sdk npx --yes mocha --config .mocharc.ci.json" }, "bin": { "flourish": "bin/flourish.js" }, "author": "Kiln Enterprises Ltd", "license": "SEE LICENSE IN LICENSE.md", "repository": "kiln/flourish-sdk", "dependencies": { "@flourish/interpreter": "^9.2.0", "@flourish/semver": "^1.0.2", "@flourish/transform-data": "^2.1.0", "@handlebars/allow-prototype-access": "^1.0.5", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-terser": "^0.4.4", "archiver": "^7.0.1", "c8": "^10.1.3", "chokidar": "^3.6.0", "cross-spawn": "^7.0.3", "d3-dsv": "^2.0.0", "express": "^4.19.2", "handlebars": "^4.7.8", "js-yaml": "^4.1.0", "minimist": "^1.2.8", "ncp": "^2.0.0", "node-fetch": "^3.3.2", "parse5": "^7.1.2", "picocolors": "^1.0.1", "read": "^3.0.1", "resolve": "^1.22.8", "rewrite-links": "^1.1.0", "shell-quote": "^1.8.1", "tmp": "^0.2.3", "ws": "^8.17.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "mocha-junit-reporter": "^2.2.1", "mocha-multi-reporters": "^1.5.1", "d3-request": "^1.0.6", "mocha": "^10.4.0", "rollup": "^4.17.2", "rollup-plugin-typescript2": "^0.36.0", "sinon": "^18.0.0", "tempy": "^3.1.0" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" } }