-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.28 KB
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": "phone-call-input",
"version": "0.0.3",
"description": "Retrieve input from a phone call.",
"license": "MIT",
"repository": "AdminControlApp/phone-call-input",
"author": {
"name": "Leon Si",
"email": "contact@leonzalion.com",
"url": "https://leonzalion.com"
},
"bin": "./src/bin/cli.js",
"exports": "./src/index.ts",
"type": "module",
"scripts": {
"prepare": "lionconfig",
"build": "node-ts ./scripts/build.ts",
"start": "dotenv node-ts ./src/bin/cli.ts",
"artifacts": "napi artifacts",
"build:debug": "napi build --platform"
},
"devDependencies": {
"@napi-rs/cli": "^2.7.0",
"@types/inquirer": "^8.2.1",
"@types/node": "^17.0.30",
"eslint-define-config": "^1.4.0",
"execa": "^6.1.0",
"lionconfig": "^1.7.17",
"typescript": "^4.6.4",
"vitest": "^0.10.0"
},
"dependencies": {
"@fastify/formbody": "^6.0.0",
"commander": "^9.2.0",
"delay": "^5.0.0",
"desm": "^1.2.0",
"dotenv": "^16.0.0",
"execa": "^6.1.0",
"fastify": "^3.29.0",
"get-port": "^6.1.2",
"get-secure-input-processes": "^0.0.1",
"inquirer": "^8.2.4",
"log-symbols": "^5.1.0",
"ngrok": "^4.3.1",
"onetime": "^6.0.0",
"ora": "^6.1.0",
"p-wait-for": "^4.1.0",
"run-applescript": "^6.0.0",
"twilio": "^3.76.1"
},
"publishConfig": {
"directory": "dist"
}
}