-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.11 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.11 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
{
"name": "root-link-target",
"version": "3.1.0",
"description": "Gets the shortest directory to which a file can be linked",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard && node test",
"md": "mos"
},
"repository": "https://github.com/zkochan/packages/tree/main/root-link-target",
"keywords": [
"link",
"hardlink",
"fs"
],
"engines": {
"node": ">=10"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/main/root-link-target#readme",
"dependenciesMeta": {
"root-link-target": {
"injected": true
}
},
"dependencies": {
"can-link": "workspace:^",
"next-path": "^1.0.0",
"path-temp": "2.0.0"
},
"devDependencies": {
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"root-link-target": "file:",
"standard": "^16.0.4",
"tape": "^5.9.0"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}