2022-07-03 23:47:08 -04:00
|
|
|
{
|
|
|
|
"name": "discourse-table-builder",
|
2022-07-28 10:33:25 -04:00
|
|
|
"description": "Create and edit markdown tables using a spreadsheet editor.",
|
2022-07-03 23:47:08 -04:00
|
|
|
"version": "0.0.1",
|
2022-08-11 15:58:02 -04:00
|
|
|
"repository": "https://github.com/discourse/discourse-table-builder",
|
2022-07-03 23:47:08 -04:00
|
|
|
"author": "Keegan George",
|
2022-08-11 15:58:02 -04:00
|
|
|
"license": "MIT",
|
2022-07-28 10:33:25 -04:00
|
|
|
"scripts": {
|
|
|
|
"build": "bash ./build.bash"
|
|
|
|
},
|
2022-07-03 23:47:08 -04:00
|
|
|
"devDependencies": {
|
2023-01-04 07:54:43 -05:00
|
|
|
"eslint-config-discourse": "^3.4.0"
|
2022-07-03 23:47:08 -04:00
|
|
|
}
|
2023-01-04 07:54:43 -05:00
|
|
|
}
|