FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BaseScript.lang/package.json at master · basescriptnet/BaseScript.lang · GitHub
basescriptnet
/
BaseScript.lang
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
39
Code
Issues
0
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
BaseScript.lang
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (50 loc) · 1.37 KB
Breadcrumbs
BaseScript.lang
/
package.json
Copy path
File metadata and controls
50 lines (50 loc) · 1.37 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
"
}
}
Back
|
FazBrowse Home
|
New Git URL