discourse-table-builder/package.json

14 lines
399 B
JSON
Raw Normal View History

2022-07-03 23:47:08 -04:00
{
"name": "discourse-table-builder",
"description": "Create and edit markdown tables using a spreadsheet editor.",
2022-07-03 23:47:08 -04:00
"version": "0.0.1",
"repository": "https://github.com/keegangeorge/discourse-table-builder",
"author": "Keegan George",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "bash ./build.bash"
},
2022-07-03 23:47:08 -04:00
"devDependencies": {
"eslint-config-discourse": "latest"
}
}