SandDance/packages/chart-recommender/package.json

33 строки
841 B
JSON

{
"name": "@msrvida/chart-recommender",
"version": "3.2.1",
"description": "Recommendation engine for SandDance charts",
"main": "dist/es5/index.js",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/SandDance.git",
"directory": "packages/chart-recommender"
},
"files": [
"dist"
],
"dependencies": {
"@msrvida/chart-types": "^1",
"@msrvida/sanddance-specs": "^1"
},
"devDependencies": {
"vega": "5.30.0"
},
"scripts": {
"eslint": "eslint -c ../../.eslintrc.json --fix ./src/**/*.ts*",
"test": "mocha",
"build-typescript": "tsc -p .",
"watch-typescript": "tsc -p . -w",
"build:sanddance-core": "npm run build-typescript",
"remove-vega": "npm un vega",
"patch-after-vega-upgrade": "npm version patch"
},
"author": "",
"license": "MIT"
}