@expo/osascript 2.0.29 → 2.0.32

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.
Files changed (2) hide show
  1. package/README.md +18 -3
  2. package/package.json +2 -6
package/README.md CHANGED
@@ -1,8 +1,23 @@
1
- # osascript
1
+ <!-- Title -->
2
+ <h1 align="center">
3
+ 👋 Welcome to <br><code>@expo/osascript</code>
4
+ </h1>
2
5
 
3
- Tools for running an osascripts in Node
6
+ <p align="center">Tools for running osascripts in Node.</p>
4
7
 
5
- ```js
8
+ <p align="center">
9
+ <img src="https://flat.badgen.net/packagephobia/install/@expo/osascript">
10
+
11
+ <a href="https://www.npmjs.com/package/@expo/osascript">
12
+ <img src="https://flat.badgen.net/npm/dw/@expo/osascript" target="_blank" />
13
+ </a>
14
+ </p>
15
+
16
+ <!-- Body -->
17
+
18
+ ## Example
19
+
20
+ ```sh
6
21
  ccheever@Charless-MacBook-Air:~/projects/osascript$nesh -y
7
22
  .Node v4.1.0
8
23
  Type .help for more information
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/osascript",
3
- "version": "2.0.29",
3
+ "version": "2.0.32",
4
4
  "description": "Tools for running an osascripts in Node",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "bugs": {
26
26
  "url": "https://github.com/expo/expo-cli/issues"
27
27
  },
28
- "homepage": "https://github.com/expo/expo-cli/tree/master/packages/osascript#readme",
28
+ "homepage": "https://github.com/expo/expo-cli/tree/main/packages/osascript#readme",
29
29
  "engines": {
30
30
  "node": ">=12"
31
31
  },
@@ -33,10 +33,6 @@
33
33
  "@expo/spawn-async": "^1.5.0",
34
34
  "exec-async": "^2.2.0"
35
35
  },
36
- "devDependencies": {
37
- "@expo/babel-preset-cli": "0.2.21",
38
- "rimraf": "^3.0.2"
39
- },
40
36
  "files": [
41
37
  "build"
42
38
  ],