-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "rime-lua-aux-code",
"version": "1.0.1",
"description": "Rime Lua auxiliary code filter",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HowcanoeWang/rime-lua-aux-code.git"
},
"homepage": "https://github.com/HowcanoeWang/rime-lua-aux-code#readme",
"bugs": {
"url": "https://github.com/HowcanoeWang/rime-lua-aux-code/issues"
},
"files": [
"lua/aux_code.lua",
"lua/aux_code_updater.lua"
],
"rimePlugin": {
"schema": 1,
"updaterApi": 1,
"files": {
"lua/aux_code.lua": "sha512-pmbT+K64XtD3HTMczBgBtBQdapZeu/YUCjxJSOYqrXxdAZUglaYLpO5Z0HyfquHR9avVjXBq+6iC+xrjQVt2lA==",
"lua/aux_code_updater.lua": "sha512-PPwRT9Cri43wIUTk1J+ztcTFqlLhqs1NkAXVoaGyprNxIXMtbo9gzqeXHlj1dXck81+B/QzFIpvE5I5PXfL+UQ=="
}
},
"scripts": {
"update-hashes": "node scripts/update-package-hashes.mjs",
"verify-package": "node scripts/verify-package.mjs",
"test": "node scripts/run-tests.mjs",
"prepack": "node scripts/verify-package.mjs"
}
}