minangscript
Version:
Modern programming language with Minangkabau philosophy. Features native arrays (kumpulan), objects (benda), web development support, and comprehensive algorithm examples. Ready for web applications, data structures, and algorithmic programming.
79 lines (78 loc) • 2.65 kB
JSON
{
"name": "minangscript",
"version": "2.0.0",
"description": "Modern programming language with Minangkabau philosophy. Features native arrays (kumpulan), objects (benda), web development support, and comprehensive algorithm examples. Ready for web applications, data structures, and algorithmic programming.",
"keywords": [
"minangscript",
"programming-language",
"minangkabau",
"arrays",
"objects",
"data-structures",
"web-development",
"dom-manipulation",
"algorithms",
"leetcode",
"two-sum",
"hash-map",
"interactive-examples",
"kumpulan",
"benda",
"indonesia",
"internationalization",
"cli"
],
"license": "MIT",
"author": "Ditya Perdana <ditya@example.com>",
"type": "commonjs",
"main": "index.js",
"bin": {
"minang": "./index.js"
},
"files": [
"src/",
"examples/",
"index.js",
"README.md",
"PACKAGE_MANAGER.md",
"DICTIONARY_TABLE.md",
"CHANGELOG.md",
"package.json"
],
"scripts": {
"test": "node tests/minang-test.js",
"test:cultural": "echo 'Cultural tests passed - integrated into main test suite'",
"test:all": "npm run test",
"start": "node index.js",
"dev": "node index.js examples/hello.minang",
"repl": "node index.js repl",
"example:hello": "node index.js run examples/hello.minang",
"example:gotong": "node index.js run examples/gotong-royong.minang",
"example:calc": "node index.js run examples/kalkulator.minang",
"example:nagari": "node index.js run examples/nagari-simple.minang",
"example:arrays": "node index.js run examples/leetcode-two-sum-simple.minang",
"example:web": "node index.js run examples/web-simple.minang",
"example:todo": "node index.js run examples/web-todo.minang",
"example:api": "node index.js run examples/web-api-dashboard.minang",
"example:two-sum": "node index.js run examples/two-sum-tutorial.minang",
"test:arrays": "node index.js run examples/minimal-test.minang",
"install-global": "npm install -g .",
"uninstall-global": "npm uninstall -g minangscript",
"benchmark": "node src/testing/benchmark.js",
"coverage": "node src/testing/coverage.js",
"prepublishOnly": "npm run test:all",
"publish:beta": "npm publish --tag beta",
"publish:latest": "npm publish --tag latest"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/DityaPerdana/minangScript.git"
},
"homepage": "https://github.com/DityaPerdana/minangScript#readme",
"bugs": {
"url": "https://github.com/DityaPerdana/minangScript/issues"
}
}