grafana/packages/grafana-build/package.json

14 lines
272 B
JSON
Raw Normal View History

{
"name": "@grafana/build",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2018-12-25 02:59:23 -06:00
"tslint": "echo \"Nothing to do\"",
"typecheck": "echo \"Nothing to do\""
},
2019-02-08 10:10:02 -06:00
"author": "Grafana Labs",
"license": "Apache-2.0"
}