neura-lang
Version:
Neura - AI-First programming language that accelerates development 100×
39 lines (38 loc) • 777 B
JSON
{
"name": "neura-lang",
"version": "0.1.0-alpha.5",
"description": "Neura - AI-First programming language that accelerates development 100×",
"bin": {
"neura": "./bin/neura.js"
},
"scripts": {
"prepublishOnly": "chmod +x bin/neura.js"
},
"keywords": [
"neura",
"language",
"programming",
"ai-first",
"code-generation",
"hot-reload",
"dsl"
],
"files": [
"bin",
"README.md"
],
"author": "Neura Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/neura-lang/neura.git"
},
"bugs": {
"url": "https://github.com/neura-lang/neura/issues"
},
"homepage": "https://github.com/neura-lang/neura",
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": true
}