@dicy/core
Version:
Library interface to DiCy, a builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.
68 lines (67 loc) • 1.85 kB
JSON
{
"name": "@dicy/core",
"version": "0.15.2",
"description": "Library interface to DiCy, a builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.",
"keywords": [
"latex",
"knitr",
"sage",
"biblatex"
],
"bugs": "https://github.com/yitzchak/dicy/issues",
"main": "lib/main.js",
"types": "types/main.d.ts",
"scripts": {
"test": "jasmine-ts",
"compile": "rimraf lib && tsc",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/yitzchak/dicy.git"
},
"author": "Tarn Burton <twburton@gmail.com>",
"contributors": [],
"homepage": "https://yitzchak.github.io/dicy/",
"engines": {
"node": ">=6.9.0"
},
"license": "MIT",
"dependencies": {
"@dicy/types": "^0.15.2",
"command-join": "^2.0.0",
"fast-glob": "^2.2.4",
"file-uri-to-path": "^1.0.0",
"file-url": "^2.0.2",
"fs-extra": "^7.0.1",
"graphlib": "^2.1.7",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"micromatch": "^3.1.5",
"readdir-enhanced": "^2.2.4",
"semver": "^5.6.0",
"temp": "^0.9.0",
"tree-kill": "^1.2.1",
"yargs-parser": "^11.1.1"
},
"devDependencies": {
"@types/file-url": "^2.0.0",
"@types/fs-extra": "^5.0.4",
"@types/graphlib": "^2.1.4",
"@types/jasmine": "^3.3.5",
"@types/js-yaml": "^3.11.4",
"@types/lodash": "^4.14.119",
"@types/micromatch": "^3.1.0",
"@types/node": "^10.12.18",
"@types/readdir-enhanced": "^2.2.0",
"@types/semver": "^5.4.0",
"@types/temp": "^0.8.31",
"@types/yargs-parser": "^11.0.2",
"jasmine": "^3.3.1",
"jasmine-expect": "^4.0.0",
"jasmine-ts": "^0.3.0",
"rimraf": "^2.6.2",
"typescript": "^3.2.2"
},
"gitHead": "c1ebde0f8311c3ae330acd99d78fd4e9ac784c07"
}