fj-js
Version:
Facilitation of JavaScript (FJ) - A simplified, powerful JS-based scripting language.
29 lines (28 loc) • 706 B
JSON
{
"name": "fj-js",
"version": "1.2.3",
"description": "Facilitation of JavaScript (FJ) - A simplified, powerful JS-based scripting language.",
"main": "bin/fj.js",
"bin": {
"fj": "./bin/fj.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"fj",
"javascript",
"custom-language",
"interpreter",
"simplified-js",
"fj-lang"
],
"author": "Mar",
"license": "MIT",
"dependencies": {
"axios": "^1.10.0",
"chalk": "^5.4.1",
"uuid": "^9.0.1"
},
"fj-note": "FJ is not intended to replace or plagiarize JavaScript. It's a tool designed to simplify and facilitate its usage for learning or scripting purposes."
}