@senx/discovery-code
Version:
Discovery Code Editor
65 lines (64 loc) • 1.87 kB
JSON
{
"name": "@senx/discovery-code",
"version": "0.0.42",
"description": "Discovery Code Editor",
"keywords": [
"web",
"dataviz",
"web components",
"time series",
"warp10",
"Warp 10",
"WarpScript",
"Geo Times Series",
"Times Series"
],
"author": "SenX <contact@senx.io>",
"license": "Apache-2.0",
"homepage": "https://warp10.io/",
"private": false,
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/discovery-code/discovery-code.esm.js",
"repository": {
"type": "git",
"url": "git@gitlab.com:senx/discovery/discovery-code.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs --prod",
"dev": "stencil build --dev --watch --serve --port 3336 --no-open",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"clean": "rm -fr ./www && rm -fr ./dist",
"prepublishOnly": "yarn clean && yarn build",
"copySnippetsFromVSCode": "cp ../../VSCode-WarpScriptLanguage/snippets/snippets.json src/model/snippets/snippets.json",
"cl": "node changelog.js > CHANGELOG.md"
},
"dependencies": {
"@giwisoft/wc-split": "^1.0.9",
"@giwisoft/wc-tabs": "^1.0.10",
"@stencil/core": "^4.20.0",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.12",
"marked": "^12.0.2",
"monaco-editor": "0.45.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@stencil/sass": "^3.0.12",
"@types/node": "^22.1.0",
"@types/uuid": "^9.0.8",
"rollup-plugin-node-polyfills": "^0.2.1",
"semver-sort": "^1.0.0"
}
}