node-elm-compiler
Version:
A Node.js interface to the Elm compiler binaries.
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "node-elm-compiler",
"version": "5.0.6",
"description": "A Node.js interface to the Elm compiler binaries.",
"main": "dist/index.js",
"scripts": {
"prepack": "npm run build",
"build": "rm -rf dist/ && tsc",
"test": "rm -rf test/fixtures/elm-stuff && mocha test/**/*.ts --require ts-node/register --watch-extensions ts"
},
"repository": {
"type": "git",
"url": "https://github.com/rtfeldman/node-elm-compiler.git"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"elm",
"compiler",
"node"
],
"author": "Richard Feldman",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rtfeldman/node-elm-compiler/issues"
},
"homepage": "https://github.com/rtfeldman/node-elm-compiler",
"dependencies": {
"cross-spawn": "6.0.5",
"find-elm-dependencies": "^2.0.4",
"lodash": "^4.17.19",
"temp": "^0.9.0"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.8",
"chai": "4.2.0",
"glob": "7.1.4",
"mocha": "6.2.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
}
}