discourse-table-builder/package.json

14 lines
383 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",
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",
"scripts": {
"build": "bash ./build.bash"
},
2022-07-03 23:47:08 -04:00
"devDependencies": {
"eslint-config-discourse": "latest"
}
}