-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·64 lines (64 loc) · 1.5 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "npm-link-up",
"version": "0.1.324",
"bin": {
"nlu": "cli/index.sh",
"npmlinkup": "cli/index.sh"
},
"description": "Use this package to link your projects together for local development.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "./scripts/test.sh",
"postinstall": "./assets/postinstall.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/npm-link-up.git"
},
"keywords": [
"npm",
"link",
"suman",
"local",
"development",
"modules",
"modularization"
],
"author": "Olegzandr VD",
"license": "MIT",
"bugs": {
"url": "https://github.com/ORESoftware/npm-link-up/issues"
},
"homepage": "https://github.com/ORESoftware/npm-link-up#readme",
"dependencies": {
"@oresoftware/envstr": "0.0.1001",
"@oresoftware/shell": "latest",
"ajv": "^6.5.1",
"async": "^2.6.1",
"chalk": "^2.4.1",
"dashdash": "^1.14.1",
"frankenstop": "latest",
"json-stdio": "latest",
"mkdirp": "^0.5.1",
"prepend-transform": "latest",
"residence": "latest",
"semver": "^5.6.0",
"treeify": "^1.0.1"
},
"devDependencies": {
"@types/async": "latest",
"@types/mkdirp": "^0.5.2",
"@types/node": "10.3.5",
"@types/semver": "^5.5.0",
"rimraf": "^2.6.1"
},
"r2g": {
"test": "node .r2g/tests/smoke-test.js"
},
"nlu": {
"test": "echo 'nlu test is a noop ftm.'",
"linkable": true
}
}