forked from isboyjc/cursor-reset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1 KB
/
package.json
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
39
40
41
42
43
44
45
{
"name": "cursor-reset",
"version": "0.0.10",
"description": "Cursor 编辑器试用重置工具",
"main": "cursor-reset.js",
"bin": "cursor-reset.js",
"scripts": {
"start": "node cursor-reset.js",
"build": "pkg .",
"build:all": "pkg . --targets node16-macos-x64,node16-win-x64,node16-linux-x64 --output dist/cursor-reset"
},
"pkg": {
"targets": [
"node18-linux-x64",
"node18-macos-x64",
"node18-win-x64"
],
"outputPath": "dist"
},
"keywords": [
"cursor",
"reset",
"trial"
],
"author": {
"name": "isboyjc",
"email": "[email protected]",
"url": "https://github.com/isboyjc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isboyjc/cursor-reset.git"
},
"bugs": {
"url": "https://github.com/isboyjc/cursor-reset/issues"
},
"homepage": "https://github.com/isboyjc/cursor-reset#readme",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"pkg": "^5.8.1"
}
}