cookeylang-ts
Version:
A dynamic, interpreted language.
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "cookeylang-ts",
"version": "0.0.0-beta.6",
"description": "A dynamic, interpreted language.",
"main": "dist/index.js",
"scripts": {
"test": "jest --silent",
"dev": "tsc -w",
"prod": "tsc --sourceMap false",
"start": "node dist/run/cli",
"cookeylang": "node dist/run/cli",
"postinstall": "node dist/run/welcome"
},
"files": [
"dist/**/*.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cookeylang/cookeylang-ts.git"
},
"bin": {
"cookeylang": "dist/run/cli.js",
"welcome": "dist/run/welcome.js"
},
"keywords": [
"CookeyLang",
"Cookey",
"Dynamic",
"Interpreted"
],
"author": "Coder100, JDOG787, CodingCactus, Codemonkey51, RaidTheWeb, TheSummit3145",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/cookeylang/cookeylang-ts/issues"
},
"homepage": "https://github.com/cookeylang/cookeylang-ts#readme",
"devDependencies": {
"@types/node": "^14.14.11",
"jest": "^26.6.3",
"typescript": "^4.1.2"
}
}