-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 996 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 996 Bytes
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
{
"name": "spawnify",
"version": "7.0.2",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Create new processes, change directories, auto switch between spawn and exec",
"homepage": "http://github.com/coderaiser/spawnify",
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/spawnify.git"
},
"license": "MIT",
"main": "lib/spawnify.js",
"bin": {
"spawnify": "bin/spawnify.js"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"fkill": "^8.0.1",
"glob": "^7.1.0",
"tildify": "^2.0.0",
"try-catch": "^3.0.0",
"untildify": "^4.0.0",
"win32": "^5.1.12"
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^7.0.0",
"madrun": "^8.6.0",
"putout": "^14.0.0"
},
"publishConfig": {
"access": "public"
}
}