@hpcc-js/observablehq-compiler
Version:
hpcc-js - ObservableHQ Compiler (unoffical)
74 lines (73 loc) • 2.36 kB
JSON
{
"name": "@hpcc-js/observablehq-compiler",
"version": "3.3.1",
"description": "hpcc-js - ObservableHQ Compiler (unoffical)",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./dist/*": "./dist/*"
},
"browser": "./dist/index.umd.cjs",
"types": "./types/index.d.ts",
"files": [
"dist/*",
"src/*",
"types/*"
],
"bin": {
"ojscc": "bin/ojscc.mjs"
},
"scripts": {
"clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo",
"bundle": "vite build",
"bundle-watch": "vite --port 5514",
"gen-types": "tsc --project tsconfig.json",
"gen-types-watch": "npm run gen-types -- --watch",
"build": "run-p gen-types bundle",
"lint": "eslint ./src",
"lint-fix": "eslint --fix src/**/*.ts",
"docs": "typedoc --options tdoptions.json .",
"test-browser": "vitest run --project browser",
"test-node": "vitest run --project node",
"test-both": "vitest run",
"test-bin": "node ./bin/ojscc.mjs --version",
"test": "run-p test-both test-bin",
"coverage": "vitest run --coverage",
"update": "npx --yes npm-check-updates -u -t minor",
"update-major": "npx --yes npm-check-updates -u"
},
"dependencies": {
"yargs": "17.7.2"
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.4.1",
"@observablehq/parser": "6.1.0",
"@observablehq/runtime": "5.9.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/Visualization.git"
},
"keywords": [
"observablehq",
"markdown",
"observable",
"compiler",
"interpreter",
"renderer"
],
"author": "Gordon Smith <gordonjsmith@gmail.com>",
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization/tree/trunk/packages/observablehq-compiler",
"gitHead": "521692e7cfd01c274d5cfff0c54e79d1686d3dd6"
}