-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.75 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
{
"name": "@nexssp/language",
"description": "All about programming languages - history, founders, how to install, package managers, logo..",
"version": "1.1.26",
"homepage": "https://nexss.com",
"main": "src/language.js",
"bin": {
"nexssp-language": "bin/nexssp-language.js"
},
"files": [
"src/**/*",
"bin/*",
"aliases.json"
],
"scripts": {
"test2": "nexssp-test --debug",
"test": "node ./bin/nexssp-language.js installed",
"prepare2": "npm run nexss:build",
"nexss:build": "npx @nexssp/min@1.0.6",
"nexss:clean": ""
},
"author": {
"name": "Marcin Polak",
"email": "mapoart@gmail.com",
"url": "https://nexss.com"
},
"keywords": [
"programming",
"languages",
"history",
"helper",
"tool",
"easy",
"nexss"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nexssp/language.git"
},
"bugs": {
"url": "https://github.com/nexssp/language/issues",
"email": "mapoart@gmail.com"
},
"license": "MIT",
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/mapoart"
},
{
"type": "github",
"url": "https://github.com/nexssp/cli?sponsor=1"
}
],
"dependencies": {
"@nexssp/ansi": "^1.1.5",
"@nexssp/cache": "^2.0.4",
"@nexssp/config": "^1.0.9",
"@nexssp/const": "^1.0.13",
"@nexssp/data": "^1.0.8",
"@nexssp/ensure": "^1.1.22",
"@nexssp/extend": "^2.0.9",
"@nexssp/logdebug": "^1.0.20",
"@nexssp/markdown": "^1.0.1",
"@nexssp/os": "^2.0.25",
"@nexssp/plugin": "^1.0.9",
"@nexssp/system": "^1.1.9",
"cli-table3": "^0.6.0",
"fast-glob": "^3.2.11",
"minimist": "^1.2.6"
},
"devDependencies": {
"@nexssp/test": "^1.1.15"
}
}