-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "foreign-thanks",
"displayName": "Foreign Thanks",
"version": "1.1.0",
"description": "🌐 Espanso package to easy say Thanks in different languages",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.ts",
"build:watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kopach/espanso-package-foreign-thanks.git"
},
"author": "Ihor Kopach (https://kopach.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kopach/espanso-package-foreign-thanks/issues"
},
"homepage": "https://github.com/kopach/espanso-package-foreign-thanks#readme",
"devDependencies": {
"@types/js-yaml": "4.0.5",
"@types/node": "15.0.0",
"@vercel/ncc": "0.28.3",
"raw-loader": "4.0.2",
"typescript": "4.2.4"
},
"keywords": [
"greetings",
"languages",
"phrases",
"communication"
],
"dependencies": {
"js-yaml": "4.1.0"
}
}