-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "basescript.js",
"version": "0.2.72",
"description": "A scritpting language powered with Node.js and Nearley, that compiles down to JavaScript, and has the possibility for even more!",
"main": "./index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "echo \"Successfully installed. Release note: Function calls without parenthesis is deprecated. \""
},
"bin": {
"bsc": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basescriptnet/basescript.lang.git"
},
"keywords": [
"JS",
"javascript",
"html",
"typed",
"superset",
"basescript",
"Node.js",
"language",
"compiler",
"compile",
"typescript",
"less code"
],
"author": {
"name": "basescript.net",
"email": "basescriptnet@gmail.com",
"url": "https://basescript.net"
},
"license": "MIT",
"isDevelopment": false,
"bugs": {
"url": "https://github.com/basescriptnet/basescript.lang/issues"
},
"homepage": "https://github.com/basescriptnet/basescript.lang#readme",
"dependencies": {
"moo": "^0.5.1",
"yargs": "^17.3.1"
},
"devDependencies": {
"js-beautify": "^1.14.6"
}
}