-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "request-window-attention",
"version": "0.1.4",
"description": "在 windows 系统,根据窗体“标题名”闪烁窗体的任务栏图标来请求用户注意",
"scripts": {
"prepublishOnly": "npm run build",
"build": "build4publish.cmd"
},
"repository": {
"type": "git",
"url": "https://github.com/stuartZhang/request-window-attention"
},
"keywords": [
"nodejs-addons",
"attention",
"win32",
"flash",
"taskbar"
],
"main": "dist/nodejs/win-x64/request-window-attention.node",
"browser": "dist/nw/win-x64/request-window-attention.node",
"module": "dist/nodejs/win-x64/request-window-attention.node",
"jsnext:main": "dist/nodejs/win-x64/request-window-attention.node",
"types": "dist/nodejs/win-x64/request-window-attention.d.ts",
"typings": "dist/nodejs/win-x64/request-window-attention.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"author": "stuart_zhang <stuartpage@qq.com>",
"license": "ISC",
"devDependencies": {
},
"dependencies": {
},
"engineStrict": true,
"engines": {
"node": ">=10"
}
}