forked from c9/vfs-local
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 886 Bytes
/
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
{
"name": "@pylonide/vfs-local",
"version": "0.11.0",
"description": "A vfs implementation that works on the local filesystem.",
"author": "Sten Feldman <[email protected]>",
"license": "MIT",
"contributors": [
"Ajax.org B.V. <[email protected]>",
{
"name": "Tim Caswell",
"email": "[email protected]>"
},
{
"name": "Fabian Jakobs",
"email": "[email protected]"
},
"Sten Feldman <[email protected]> (https://sten.pw/)"
],
"repository": {
"type": "git",
"url": "git://github.com/pylonide/vfs-local.git"
},
"main": "localfs.js",
"dependencies": {
"simple-mime": "~0.1.0",
"node-pty": "1.1.0-beta8"
},
"devDependencies": {
"chai": "~5.1.0",
"mocha": "~10.2.0",
"vfs-lint": "~0.0.1"
},
"scripts": {
"test": "git clean -df test/mock; mocha -R spec"
},
"engines": {
"node": ">= 18.18.2"
}
}