UNPKG

@enkidevs/curriculum-compiler-string

Version:

Compiles Enki Curriculum AST into a markdown string

46 lines (45 loc) 1.16 kB
{ "name": "@enkidevs/curriculum-compiler-string", "version": "8.2.3", "description": "Compiles Enki Curriculum AST into a markdown string", "author": "Nemanja Stojanovic <nemanjacoder@gmail.com>", "main": "index.js", "scripts": { "test:watch": "jest --watchAll", "test": "jest --coverage --notify", "test:regex": "npm test -- regexToMatchFile" }, "repository": { "type": "git", "url": "git+https://github.com/enkidevs/curriculum-processors.git" }, "license": "MIT", "bugs": { "url": "https://github.com/enkidevs/curriculum-processors/issues" }, "homepage": "https://github.com/enkidevs/curriculum-processors#readme", "keywords": [ "enki", "curriculum", "compiler" ], "publishConfig": { "access": "public" }, "files": [ "index.js", "plugins" ], "dependencies": { "@enkidevs/curriculum-helpers": "^9.1.3", "@enkidevs/remark-stringify": "^8.0.0", "js-yaml": "^3.13.0", "unified": "^9.0.0" }, "devDependencies": { "jest": "^26.0.1", "jest-in-case": "^1.0.2", "jsonfile": "^6.0.0" }, "gitHead": "1939525fb262654780c9b4088feb5217414ba425" }