UNPKG

@senx/warp10

Version:

Warp 10 NodeJS library

91 lines (90 loc) 2.14 kB
{ "name": "@senx/warp10", "version": "2.0.3", "private": false, "keywords": [ "web", "web components", "time series", "warp10", "Warp 10", "WarpScript", "Geo Times Series", "Times Series" ], "description": "Warp 10 NodeJS library", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/senx/node-warp10.git" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/senx/node-warp10/issues" }, "main": "dist/index.js", "scripts": { "build": "tsc", "doc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*", "lint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts", "cl": "node changelog.js > CHANGELOG.md", "clean": "rm -fr ./out && rm -fr ./dist", "prepublishOnly": "yarn clean && yarn build", "test": "nyc mocha" }, "mocha": { "ui": "mocha-typescript", "slow": "2000", "spec": "tests/**/*.tests.ts", "require": [ "source-map-support/register", "ts-node/register" ], "sort": false }, "nyc": { "extension": [ ".ts", ".tsx" ], "exclude": [ "**/*.d.ts" ], "include": [ "src/**/*" ], "reporter": [ "html" ], "all": true, "report-dir": "./out/coverage" }, "homepage": "https://www.warp10.io", "author": "SenX <contact@senx.io>", "devDependencies": { "@microsoft/tsdoc": "^0.14.2", "@microsoft/tsdoc-config": "^0.16.2", "@types/chai": "^4.3.9", "@types/mocha": "^10.0.3", "@types/node": "^20.8.8", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "chai": "^4.3.10", "eslint": "^8.52.0", "eslint-plugin-tsdoc": "^0.2.17", "mocha": "^10.2.0", "mocha-typescript": "^1.1.17", "nyc": "^15.1.0", "semver-sort": "^1.0.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "typedoc": "^0.25.2", "typedoc-plugin-markdown": "^3.16.0", "typescript": "^5.2.2" }, "dependencies": { "dayjs": "^1.11.10" } }