adx-query-charts/package.json

57 строки
1.3 KiB
JSON

{
"name": "adx-query-charts",
"version": "1.1.60",
"description": "Draw charts from Azure Data Explorer queries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build && npm run test",
"test": "npm run build && jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/adx-query-charts.git"
},
"keywords": [],
"author": {
"name": "Violet Voronetzky",
"email": "sigalvo@microsoft.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/adx-query-charts/issues"
},
"homepage": "https://github.com/microsoft/adx-query-charts#readme",
"files": [
"dist/**/*"
],
"devDependencies": {
"typescript": "^3.7.2",
"@types/jest": "^24.0.22",
"jest": "^24.9.0",
"@types/lodash": "^4.14.135",
"acorn": "^7.1.1"
},
"dependencies": {
"css-element-queries": "^1.2.3",
"highcharts": "9.0.1",
"lodash": "^4.17.15"
},
"jest": {
"testMatch": [
"**/dist/**/?(*.)(spec|test).js?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}