/
githubmirror
/
english-compiler
Обзор
Документация
Войти
/
githubmirror
/
english-compiler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
32 строки
863 B
Eugene Cheah
README update
18 фев 2023, 02:44
18 фев 2023, 02:44
d96cb53
Код
Авторство
О чём код?
{ "name": "english-compiler", "version": "1.0.5", "description": "POC AI based Compiler, for converting english based markdown specs, into functional code", "main": "src/EnglishCompiler.js", "bin": { "EnglishCompiler": "./src/EnglishCompiler.js", "english-compiler": "./src/EnglishCompiler.js" }, "scripts": { "test": "mocha \"./src/**/*.test.js\" --exit" }, "author": "Eugene Cheah (@picocreator)", "license": "MIT", "dependencies": { "@js-util/config-loader": "^1.1.4", "chalk": "^4.1.2", "diff": "^5.1.0", "gpt3-tokenizer": "^1.1.4", "inquirer": "^8.2.5", "node-fetch": "^2.6.7", "node-jsonl": "^0.1.0", "parse-md": "^2.0.5", "proper-lockfile": "^4.1.2", "sywac": "^1.3.0" }, "devDependencies": { "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "mocha": "^10.2.0" } }