-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
102 lines (102 loc) · 2.63 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@nexssp/cli",
"homepage": "https://nexss.com",
"version": "2.5.122",
"description": "Nexss PROGRAMMER - Over 50 programming languages together..",
"main": "lib/index.js",
"bin": {
"nexss": "lib/nexss.js"
},
"files": [
"lib/**/*",
"Nexss.png",
"nexss_kod_qr.png"
],
"scripts": {
"test": "nexssp-test --ignore=languages --ignore=bug --debug",
"test:bug": "nexssp-test --ignore=languages --select=bug --debug",
"test:selected": "nexssp-test --ignore=languages --select=data --debug",
"test:continue": "nexssp-test --ignore=languages --continueOnError --debug",
"test:list": "nexssp-test --dry",
"test:languages": "nexssp-test --select=languages --debug",
"test:all:long": "nexssp-test",
"prepare2": "npm test && npm run nexss:build",
"nexss:build": "npx @nexssp/[email protected]"
},
"engines": {
"npm": ">=6.9.0",
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nexssp/cli.git"
},
"bugs": {
"url": "https://github.com/nexssp/cli/issues"
},
"keywords": [
"tool",
"shell",
"compile",
"multilanguage",
"scripts",
"cli",
"programming",
"programmer",
"innovation",
"nexss"
],
"license": "MIT",
"dependencies": {
"@nexssp/ansi": "^1.1.5",
"@nexssp/cache": "^2.0.4",
"@nexssp/command": "^1.0.18",
"@nexssp/config": "^1.0.9",
"@nexssp/const": "^1.0.13",
"@nexssp/data": "^1.0.8",
"@nexssp/dddebug": "^1.0.7",
"@nexssp/ensure": "^1.1.28",
"@nexssp/expression-parser": "^1.0.3",
"@nexssp/extend": "^2.0.9",
"@nexssp/file": "^1.0.19",
"@nexssp/language": "^1.1.26",
"@nexssp/logdebug": "^1.0.20",
"@nexssp/markdown": "^1.0.1",
"@nexssp/os": "^2.0.36",
"@nexssp/package": "^1.0.23",
"@nexssp/packunpack": "^1.0.6",
"@nexssp/plugin": "^1.0.10",
"@nexssp/project": "^1.0.19",
"@nexssp/stack": "^1.0.9",
"@nexssp/system": "^1.1.10",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"fast-glob": "^3.3.1",
"fuzzy": "^0.1.3",
"is-installed-globally": "^0.4.0",
"json-colorizer": "^2.2.2",
"json-diff": "^1.0.6",
"minimist": "^1.2.8",
"string-argv": "^0.3.2",
"string.prototype.matchall": "^4.0.8"
},
"author": {
"name": "Marcin Polak",
"email": "[email protected]",
"url": "https://nexss.com"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/mapoart"
},
{
"type": "github",
"url": "https://github.com/nexssp/cli?sponsor=1"
}
],
"devDependencies": {
"@nexssp/test": "^1.1.16",
"prettier": "^3.0.0"
}
}