aiiinotate 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -1,12 +1,17 @@
1
1
  {
2
2
  "name": "aiiinotate",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "a fast IIIF-compliant annotation server",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "directories": {
8
8
  "doc": "docs"
9
9
  },
10
+ "bin": {
11
+ "migrate": "npm run cli -- migrate",
12
+ "run": "bash run.sh -p",
13
+ "aiiinotate": "npm run cli"
14
+ },
10
15
  "scripts": {
11
16
  "setup": "bash run.sh -s",
12
17
  "start": "bash run.sh -d",