mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"name": "@grafana/build",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tslint": "echo \"Nothing to do\"",
|
|
"typecheck": "echo \"Nothing to do\""
|
|
},
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0"
|
|
}
|