earl-lang
Version:
Earl Bahasa Pemrograman Alur Kerja
33 lines • 702 B
JSON
{
"name": "earl-lang",
"version": "2.0.3",
"description": "Earl Bahasa Pemrograman Alur Kerja",
"main": "index.js",
"bin": {
"earl": "./bin/earl.js"
},
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"pkg": {
"assets": [
"modules/**/*.js",
"bin/**/*",
"tests/**/*.js"
],
"scripts": [
"modules/**/*.js"
],
"targets": [
"node18-linux-x64",
"node18-win-x64",
"node18-macos-x64"
],
"outputPath": "dist"
},
"author": "Nazwa Shabrina Zain",
"license": "Apache-2.0",
"keywords": ["earl", "language", "interpreter", "edu", "scripting"],
"dependencies": {}
}