-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.31 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
46
47
48
49
50
51
52
53
54
{
"name": "windows-ss",
"version": "1.0.1xx",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup -c -w",
"build": "rollup -c"
},
"keywords": [
"screenshot",
"screenshots",
"typescript",
"screen-capture",
"screenshot-utility",
"desktop-screenshot",
"screenshot-desktop",
"windows",
"edge-js",
"csharp",
"dotnet",
"native"
],
"author": "sxxov",
"license": "MIT",
"repository": "sxxov/windows-ss",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-run": "^2.1.0",
"@rollup/plugin-typescript": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-xo": "^0.37.0",
"eslint-config-xo-typescript": "^0.43.0",
"rollup": "^2.56.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-execute": "^1.1.1",
"rollup-plugin-import-assets": "^1.1.1",
"ts-transformer-keys": "^0.4.3",
"typescript": "^4.3.5"
},
"dependencies": {
"edge-js": "^16.6.0"
}
}