forked from NerdLang/nerd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.71 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
{
"name": "nectarjs",
"version": "0.7.113",
"description": "Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.",
"main": "nectar",
"bin": {
"nectar": "./nectar.js",
"njs": "./nectar.js"
},
"scripts": {
"njs_test": "node script/njs_tests.js",
"njs_clang_test": "node script/njs_clang_tests.js",
"es3_test": "node script/es3_tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nectarjs/nectarjs.git"
},
"keywords": [
"nectar",
"nectarjs",
"nectar-lang",
"javascript",
"js",
"god mode",
"compilation",
"crossplatform",
"simple",
"speed",
"io",
"iot",
"socket",
"android",
"linux",
"windows",
"arduino",
"raspberry",
"stm32",
"nucleo",
"express",
"uwebsocket",
"http",
"https",
"bytcode",
"wasm",
"arm",
"arm64",
"msbuild",
"cl",
"http",
"webserver",
"webview",
"typescript",
"ts",
"tsc"
],
"author": "Adrien THIERRY <[email protected]> (https://seraum.com)",
"license": "GPL-3.0-or-later",
"licenses": [
{
"type": "GPL",
"url": "https://github.com/nectarjs/nectarjs/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/nectarjs/nectarjs/issues"
},
"homepage": "https://nectarjs.com",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/generator": "^7.12.5",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-minify-guarded-expressions": "^0.4.4",
"babel-plugin-remove-unused-vars": "^2.2.0",
"eslint": "^7.13.0",
"nectarjs_external": "^0.7.109",
"strip-comments": "^2.0.1",
"typescript": "^4.0.5"
}
}