mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 18:13:32 -06:00
14 lines
253 B
JSON
14 lines
253 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": "",
|
|
"license": "ISC"
|
|
}
|