54 строки
1.1 KiB
JSON
54 строки
1.1 KiB
JSON
{
|
|
"name": "@graph-drilldown/arquero",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/graph-drilldown.git",
|
|
"directory": "packages/arquero"
|
|
},
|
|
"scripts": {
|
|
"clean": "essex clean",
|
|
"build": "essex build --skipExportCheck --docs",
|
|
"fix": "essex fix",
|
|
"check": "essex check"
|
|
},
|
|
"dependencies": {
|
|
"@essex/toolbox": "3.0.18",
|
|
"@graph-drilldown/types": "workspace:packages/types",
|
|
"arquero": "^4.8.8",
|
|
"d3-format": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@essex/scripts": "^26.0.0",
|
|
"@essex/tsconfig-base": "^3.0.0",
|
|
"@types/d3-format": "^3.0.1",
|
|
"@types/node": "^20.5.7",
|
|
"@types/react": "^18.2.21",
|
|
"react": "^18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "*",
|
|
"@types/react": ">= 17",
|
|
"react": ">= 17"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": false
|
|
}
|
|
}
|
|
}
|