cookeylang
Version:
A dynamic, interpreted language.
34 lines (33 loc) • 861 B
JSON
{
"name": "cookeylang",
"version": "3.0.0-beta.2",
"description": "A dynamic, interpreted language.",
"main": "run/index.js",
"scripts": {
"test": "node run/test",
"start": "node run/cli",
"cookeylang": "node run/cli",
"postinstall": "node run/welcome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CookeyLang/CookeyLang.git"
},
"bin": {
"cookeylang": "run/cli",
"welcome": "run/welcome"
},
"keywords": [
"CookeyLang",
"Cookey",
"Language",
"Dynamic",
"Interpreted"
],
"author": "Coder100, JDOG787, CodingCactus, Codemonkey51, RaidTheWeb, TheSummit3145",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/CookeyLang/CookeyLang/issues"
},
"homepage": "https://github.com/CookeyLang/CookeyLang#readme"
}