winstore-startup 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "name": "winstore-startup",
3
- "version": "0.1.0",
4
- "description": "Windows Store startup task management using C++/WinRT",
5
- "keywords": [
6
- "addon",
7
- "autostart",
8
- "native",
9
- "startup",
10
- "startup-task",
11
- "uwp",
12
- "windows",
13
- "windows-store",
14
- "winrt"
15
- ],
16
- "license": "MIT",
17
- "author": {
18
- "name": "Raghvendra Yadav",
19
- "email": "raghvendraa.dev@gmail.com"
20
- },
21
- "repository": {
22
- "type": "git",
23
- "url": "https://github.com/aspect-dev/winstore-startup.git"
24
- },
25
- "files": [
26
- "index.js",
27
- "index.d.ts",
28
- "startup_task.cpp",
29
- "binding.gyp",
30
- "lib",
31
- "prebuilds"
32
- ],
33
- "os": [
34
- "win32"
35
- ],
36
- "cpu": [
37
- "x64",
38
- "arm64"
39
- ],
40
- "main": "index.js",
41
- "types": "index.d.ts",
42
- "scripts": {
43
- "install": "node-gyp-build",
44
- "prebuild": "prebuildify --napi --strip",
45
- "prebuild:all": "prebuildify --napi --strip --arch x64 && prebuildify --napi --strip --arch arm64",
46
- "fmt": "oxfmt",
47
- "fmt:check": "oxfmt --check",
48
- "test": "vitest run",
49
- "test:watch": "vitest",
50
- "test:coverage": "vitest run --coverage",
51
- "clean": "git clean -fx ./build ./prebuilds ./node_modules"
52
- },
53
- "dependencies": {
54
- "node-addon-api": "^8.5.0",
55
- "node-gyp-build": "^4.8.4"
56
- },
57
- "devDependencies": {
58
- "oxfmt": "^0.36.0",
59
- "oxlint": "^1.51.0",
60
- "prebuildify": "^6.0.1",
61
- "vitest": "^4.0.18"
62
- },
63
- "engines": {
64
- "node": ">=20.0.0"
65
- },
66
- "gypfile": true
67
- }
1
+ {
2
+ "name": "winstore-startup",
3
+ "version": "0.1.1",
4
+ "description": "Windows Store startup task management using C++/WinRT",
5
+ "keywords": [
6
+ "addon",
7
+ "autostart",
8
+ "native",
9
+ "startup",
10
+ "startup-task",
11
+ "uwp",
12
+ "windows",
13
+ "windows-store",
14
+ "winrt"
15
+ ],
16
+ "license": "MIT",
17
+ "author": {
18
+ "name": "Raghvendra Yadav",
19
+ "email": "raghvendraa.dev@gmail.com"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/aspect-dev/winstore-startup.git"
24
+ },
25
+ "files": [
26
+ "index.js",
27
+ "index.d.ts",
28
+ "startup_task.cpp",
29
+ "binding.gyp",
30
+ "lib",
31
+ "prebuilds"
32
+ ],
33
+ "os": [
34
+ "win32"
35
+ ],
36
+ "cpu": [
37
+ "x64",
38
+ "arm64"
39
+ ],
40
+ "main": "index.js",
41
+ "types": "index.d.ts",
42
+ "scripts": {
43
+ "install": "node-gyp-build",
44
+ "prebuild": " prebuildify --napi --strip --electron-compat",
45
+ "prebuild:all": "prebuildify --napi --strip --arch x64 && prebuildify --napi --strip --arch arm64",
46
+ "fmt": "oxfmt",
47
+ "fmt:check": "oxfmt --check",
48
+ "test": "vitest run",
49
+ "test:watch": "vitest",
50
+ "test:coverage": "vitest run --coverage",
51
+ "clean": "git clean -fx ./build ./prebuilds ./node_modules"
52
+ },
53
+ "dependencies": {
54
+ "node-addon-api": "^8.5.0",
55
+ "node-gyp-build": "^4.8.4"
56
+ },
57
+ "devDependencies": {
58
+ "oxfmt": "^0.36.0",
59
+ "oxlint": "^1.51.0",
60
+ "prebuildify": "^6.0.1",
61
+ "vitest": "^4.0.18"
62
+ },
63
+ "engines": {
64
+ "node": ">=20.0.0"
65
+ },
66
+ "gypfile": true
67
+ }