-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 756 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 756 Bytes
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
{
"name": "bynixscript",
"version": "0.2.2-next",
"description": "This is new Programming Language.",
"type": "commonjs",
"browser": "js/browser.js",
"main": "./index.js",
"scripts": {
"test": "node index.js"
},
"alias": {
"test": "npm run test"
},
"bin": {
"bynix": "./dist/index.min.cjs"
},
"author": "UngGasStudio",
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.0",
"commander": "^14.0.3",
"fs": "^0.0.1-security",
"path": "^0.4.9",
"vm": "^0.1.0"
},
"Keywords": [
"Languages",
"JavaScript",
"BynixScript",
"SoTeenStudio",
"Indonesian"
],
"devDependencies": {
"esbuild": "^0.25.10"
},
"repository": "https://github.com/UngGasStudio/BynixScript/"
}