UNPKG

elm-test

Version:
71 lines (70 loc) 1.85 kB
{ "name": "elm-test", "version": "0.19.1-revision16", "description": "Run elm-test suites.", "main": "elm-test.js", "engines": { "node": ">=12.20.0" }, "scripts": { "prepare": "elm-tooling install", "test": "npm run check && npm run test-only", "flow": "flow", "lint": "eslint --report-unused-disable-directives .", "review": "cd elm && elm-review", "elm-test": "cd elm && node ../bin/elm-test", "test-only": "mocha tests && npm run elm-test", "check": "flow check && npm run lint && npm run format:check && npm run review", "format:check": "prettier --check . && elm-format elm --validate", "format:write": "prettier --write . && elm-format elm --yes" }, "repository": { "type": "git", "url": "git+https://github.com/rtfeldman/node-test-runner.git" }, "bin": { "elm-test": "bin/elm-test" }, "files": [ "bin", "lib", "templates", "elm/src" ], "keywords": [ "elm", "elm-test", "cli" ], "author": "Richard Feldman", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/rtfeldman/node-test-runner/issues" }, "homepage": "https://github.com/rtfeldman/node-test-runner#readme", "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.5.3", "commander": "^9.4.1", "cross-spawn": "^7.0.6", "elm-solve-deps-wasm": "^1.0.2 || ^2.0.0", "graceful-fs": "^4.2.10", "split": "^1.0.1", "tinyglobby": "^0.2.10", "which": "^2.0.2", "xmlbuilder": "^15.1.1" }, "devDependencies": { "@eslint/js": "9.20.0", "elm-review": "2.13.1", "elm-tooling": "1.15.1", "eslint": "9.20.1", "eslint-plugin-mocha": "10.5.0", "flow-bin": "0.180.0", "globals": "15.15.0", "mocha": "11.1.0", "prettier": "2.8.1", "strip-ansi": "6.0.0", "xml2js": "0.5.0" } }