Comparing version
@@ -31,3 +31,3 @@ import fs from "node:fs"; | ||
})); | ||
fs.writeFileSync("main.am", 'print("Hello, world!")\nprint.info("You also can use Js and Ts. For more guides and support join our discord server. https://discord.gg/Qn5N7gQEcr")'); | ||
fs.writeFileSync("main.am", 'print("Hello, world!")'); | ||
console.log('\x1b[32mSuccessfully initialised the project.\x1b[0m'); | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "antonium", | ||
"version": "1.0.5", | ||
"description": "", | ||
"version": "2.0.0", | ||
"description": "Antonium is a powerful and intuitive programming language designed for modern web development. It leverages the strengths of JavaScript while introducing unique features that simplify development tasks and enhance readability", | ||
"main": "bin/Antonium/amc.js", | ||
@@ -12,2 +12,10 @@ "type": "module", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"antonium", | ||
"typescript", | ||
"javascript", | ||
"typescript-node", | ||
"typescript-node-library", | ||
"typescript-node-cli" | ||
], | ||
"dependencies": { | ||
@@ -14,0 +22,0 @@ "commander": "^12.1.0" |
16433
1.56%