{
  "name": "datatables.net-editor",
  "version": "2.3.1",
  "description": "DataTables Editor",
  "main": "js/dataTables.editor.js",
  "module": "js/dataTables.editor.mjs",
  "types": "types/types.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "github.com:DataTables/Dist-Editor.git"
  },
  "keywords": [
    "DataTables",
    "Editor"
  ],
  "author": "SpryMedia Ltd",
  "license": "SEE LICENSE IN License.md",
  "dependencies": {
    "adm-zip": "^0.5.0",
    "jquery": "1.8 - 3",
    "datatables.net": "1.13 - 2"
  },
  "devDependencies": {
    "@types/jquery": "^3.5.29"
  }
}
