1{
2  "name": "librime",
3  "version": "1.7.3",
4  "description": "Rime Input Method Engine",
5  "main": "index.js",
6  "directories": {
7    "doc": "doc",
8    "test": "test"
9  },
10  "scripts": {
11    "test": "echo \"Error: no test specified\" && exit 1",
12    "version": "./bump-version.sh"
13  },
14  "repository": {
15    "type": "git",
16    "url": "git+https://github.com/rime/librime.git"
17  },
18  "author": "lotem",
19  "license": "BSD-3-Clause",
20  "bugs": {
21    "url": "https://github.com/rime/librime/issues"
22  },
23  "homepage": "https://github.com/rime/librime#readme",
24  "devDependencies": {
25    "conventional-changelog-cli": "^1.3.14"
26  }
27}
28