-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 825 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 825 Bytes
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
33
34
35
36
37
38
{
"name": "remnote-cli",
"version": "0.14.0",
"description": "Legacy migration shim for remnote-cli. The maintained CLI now lives in remnote-mcp-server.",
"type": "module",
"bin": {
"remnote-cli": "./index.js"
},
"scripts": {
"test": "node test/shim.test.mjs"
},
"keywords": [
"remnote",
"cli",
"mcp",
"migration"
],
"author": "nightingale7 <nightingale7@gmail.com>",
"license": "MIT",
"files": [
"index.js",
"README.md",
"CHANGELOG.md",
"LICENSE",
"docs/demo.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/robert7/remnote-cli.git"
},
"bugs": {
"url": "https://github.com/robert7/remnote-cli/issues"
},
"homepage": "https://github.com/robert7/remnote-cli#readme",
"engines": {
"node": ">=20.19.0"
}
}