-
-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathpackage.json
More file actions
164 lines (164 loc) · 5.11 KB
/
package.json
File metadata and controls
164 lines (164 loc) · 5.11 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "yarle-evernote-to-md",
"version": "6.17.0",
"description": "Yet Another Rope Ladder from Evernote",
"keywords": [
"evernote",
"enex",
"converter",
"md",
"markdown",
"enex to md"
],
"main": "dist/ui/main.js",
"bin": {
"yarle": "./dist/dropTheRope.js"
},
"type": "commonjs",
"scripts": {
"postinstall": "cd node_modules/utimes && npm run build || echo 'Warning: Failed to build utimes native addon. File creation times may not be set correctly on macOS.'",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"clean-by-rimraf": "rimraf ./out && rimraf ./dist && rimraf \"node_modules/!(rimraf|.bin)\"",
"clean": "rm -f -r ./out && rm -f -r ./dist && rm -r -f ./node_modules",
"build": "npm i && tsc --project ./src/tsconfig.json && copyfiles -u 1 \"src/ui/**/*\" dist",
"install-tsc": "npm install -g typescript",
"build-windows": "tsc --project .\\src",
"build:watch": "nodemon --watch src/ --exec \"npm run build\" -e ts",
"coverage": "nyc mocha",
"lint": "tslint --fix --project ./src/tsconfig.json",
"debug": "node --inspect --max-old-space-size=1024 ./dist/dropTheRope.js",
"test": "nyc --reporter=html --reporter=text mocha",
"test-watch": "mocha --watch",
"compile": "npm run build && copyfiles -u 1 \"src/ui/**/*\" dist",
"start": "electron .",
"publish-npm": "npm run compile && npm publish",
"release": "npx semantic-release",
"package-mac": "electron-builder . --overwrite --asar --platform=darwin --arch=x64 --icon=./src/ui/assets/icons/mac/icon.icns --prune=true --out=release-builds --darwinDarkModeSupport=true",
"package-win": "electron-builder . electron-tutorial-app --overwrite --asar --platform=win32 --arch=ia32 --icon=assets/icons/win/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Yarle\"",
"package-linux": "electron-builder . electron-tutorial-app --overwrite --asar --platform=linux --arch=x64 --icon=assets/icons/png/512x512.png --prune=true --out=release-builds"
},
"dependencies": {
"@electron/remote": "2.0.8",
"@types/fs-extra": "8.1.0",
"base64-js": "1.5.1",
"chai": "4.2.0",
"chokidar": "3.4.3",
"crypto-js": "4.2.0",
"electron-store": "8.0.1",
"fast-xml-parser": "3.12.5",
"fastest-levenshtein": "1.0.16",
"fs-extra": "4.0.2",
"he": "1.2.0",
"joplin-turndown-plugin-gfm": "1.0.12",
"jsdom": "20.0.3",
"lodash": "4.17.21",
"marked": "4.2.5",
"md5-file": "5.0.0",
"mime-types": "2.1.28",
"minimist": "1.2.6",
"moment": "2.29.4",
"nanoid": "3.3.4",
"proxyquire": "2.1.3",
"rimraf": "3.0.2",
"sanitize-filename": "1.6.3",
"turndown": "7.0.0",
"unique-filename": "2.0.1",
"utimes": "5.2.1",
"winston": "3.3.3",
"xml-flow": "1.0.4",
"zip-a-folder": "2.0.0"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=10.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/akosbalasko/yarle"
},
"homepage": "https://github.com/akosbalasko/yarle",
"license": "(MIT OR Apache-2.0)",
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.4",
"@semantic-release/npm": "9.0.1",
"@types/he": "1.1.1",
"@types/jsdom": "20.0.1",
"@types/lodash": "4.14.151",
"@types/marked": "1.1.0",
"@types/minimist": "1.2.0",
"@types/mocha": "7.0.2",
"@types/node": "12.12.6",
"@types/parse5": "7.0.0",
"@types/proxyquire": "1.3.28",
"@types/showdown": "1.9.3",
"@types/sinon": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"bulma": "0.9.1",
"copyfiles": "2.4.1",
"electron": "22.0.0",
"electron-builder": "23.0.2",
"eol": "0.9.1",
"eslint": "7.32.0",
"eslint-plugin-import": "2.24.1",
"mocha": "10.2.0",
"nodemon": "2.0.20",
"nyc": "15.1.0",
"purecss-sass": "2.0.3",
"semantic-release": "19.0.5",
"sinon": "9.0.2",
"timezone-mock": "1.1.1",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typescript": "4.9.3"
},
"author": {
"name": "Akos Balasko",
"email": "akos0215@gmail.com"
},
"build": {
"appId": "yarle",
"artifactName": "${productName}_${os}_${arch}.${ext}",
"copyright": "Copyright © 2023, Akos Balasko",
"files": [
"dist/**/*",
"package.json",
"sampleTemplate.tmpl",
"test-template.enex",
"sampleTemplate_logseq.tmpl",
"config.json",
"config.logseq.json",
"src/ui/**/*"
],
"mac": {
"icon": "./src/ui/assets/icons/mac/icon.icns"
},
"win": {
"icon": "./src/ui/assets/icons/win/icon.png"
},
"linux": {
"icon": "./src/ui/assets/icons/png",
"target": [
{
"target": "deb"
},
{
"target": "rpm"
}
]
},
"snap": {
"publish": "github"
},
"deb": {
"publish": "github"
},
"rpm": {
"publish": "github"
}
}
}