Files
discourse-data-explorer/package.json
T

14 lines
336 B
JSON
Raw Normal View History

2019-07-16 13:15:09 +02:00
{
2021-07-02 10:31:16 +02:00
"name": "discourse-data-explorer",
"version": "0.3.0",
"repository": "https://github.com/discourse/discourse-data-explorer",
"author": "Discourse",
2021-07-02 10:31:16 +02:00
"license": "MIT",
"devDependencies": {
2023-12-29 22:19:56 +01:00
"@discourse/lint-configs": "^1.3.1",
2023-12-01 16:47:54 +01:00
"ember-template-lint": "^5.13.0",
2023-12-29 22:19:56 +01:00
"eslint": "^8.55.0",
2023-12-01 16:47:54 +01:00
"prettier": "^2.8.8"
2019-07-16 13:15:09 +02:00
}
}