blob: 12d8c2ea3aa8499f65a5586c7e69e694ac672894 [file] [log] [blame]
{
"name": "iotdb",
"version": "1.0.0",
"description": "Apache IoTDB",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": "the Apache Software Foundation (ASF)",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "latest",
"@grafana/toolkit": "latest",
"@grafana/ui": "latest",
"@grafana/runtime": "latest",
"@testing-library/jest-dom": "5.4.0",
"@testing-library/react": "^10.0.2",
"@types/base-64": "^1.0.0",
"@types/lodash": "latest"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@grafana/runtime": "^8.3.2",
"node-sass": "^7.0.1"
}
}