63 строки
1.8 KiB
JSON
63 строки
1.8 KiB
JSON
{
|
|
"name": "powerbi-visuals-utils-dataviewutils",
|
|
"version": "6.1.0",
|
|
"description": "dataviewutils",
|
|
"main": "lib/index.js",
|
|
"module": "lib/index.js",
|
|
"jsnext:main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/powerbi-visuals-utils-dataviewutils.git"
|
|
},
|
|
"keywords": [
|
|
"powerbi-visuals-utils-dataviewutils"
|
|
],
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/powerbi-visuals-utils-dataviewutils/issues"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/powerbi-visuals-utils-dataviewutils#readme",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build:map": "tsc --sourceMap",
|
|
"build": "tsc",
|
|
"test": "karma start",
|
|
"pretest": "npm run lint",
|
|
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jasmine": "5.1.4",
|
|
"@types/karma": "6.3.8",
|
|
"@types/webpack": "5.28.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"coverage-istanbul-loader": "^3.0.5",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-powerbi-visuals": "^0.8.1",
|
|
"jasmine": "5.1.0",
|
|
"karma": "^6.4.3",
|
|
"karma-chrome-launcher": "3.2.0",
|
|
"karma-coverage": "2.2.1",
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
"karma-jasmine": "5.1.0",
|
|
"karma-sourcemap-loader": "0.4.0",
|
|
"karma-typescript": "^5.5.4",
|
|
"karma-typescript-preprocessor": "0.4.0",
|
|
"karma-webpack": "^5.0.1",
|
|
"playwright-chromium": "1.44.0",
|
|
"powerbi-visuals-api": "^5.9.1",
|
|
"ts-loader": "9.5.1",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.91.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "*"
|
|
}
|
|
}
|