-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "yarn_npm_ls",
"version": "1.0.18",
"description": "",
"main": "index.js",
"homepage": "https://github.com/nudelx/yarn-npm-ls",
"repository": {
"type": "git",
"url": "https://github.com/nudelx/yarn-npm-ls.git",
"web": "https://github.com/nudelx/yarn-npm-ls"
},
"bugs": {
"url": "https://github.com/nudelx/yarn-npm-ls/issues/"
},
"keywords": [
"yarn",
"npm",
"list",
"ls",
"scripts",
"command",
"run",
"run command"
],
"bin": {
"ls": "./index.js"
},
"scripts": {
"test": "Lorem ipsum dolor sit amet",
"start": "Lorem ipsum dolor sit amet",
"stop": "Lorem ipsum dolor sit amet",
"debug": "Lorem ipsum dolor sit amet",
"deploy": "Lorem ipsum dolor sit amet",
"release": "Lorem ipsum dolor sit amet",
"kill": "Lorem ipsum dolor sit amet",
"restart": "Lorem ipsum dolor sit amet",
"ls": " ./node_modules/.bin/ls",
"echo": "echo 'Hello !!!'",
"list": "ls "
},
"author": "Alex Nudelman",
"license": "ISC",
"dependencies": {
"chalk": "5.0.1"
}
}