UNPKG

@syntest/core

Version:

The common core of the SynTest Framework

68 lines (67 loc) 2.15 kB
{ "name": "@syntest/core", "version": "0.3.0", "description": "The common core of the SynTest Framework", "keywords": [ "syntest", "automatic-test-generation" ], "homepage": "https://www.syntest.org", "bugs": { "url": "https://github.com/syntest-framework/syntest-core/issues" }, "license": "Apache-2.0", "contributors": [ "Annibale Panichella", "Mitchell Olsthoorn", "Dimitri Stallenberg" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist", "/NOTICE" ], "repository": { "type": "git", "url": "git+https://github.com/syntest-framework/syntest-core.git" }, "scripts": { "build": "tsc --build", "build:watch": "tsc --build --watch", "clean": "rm -rf .nyc_output dist node_modules", "clean:dist": "rm -rf dist", "format": "prettier --config ../../.prettierrc.json --ignore-path ../../.prettierignore --write .", "format:check": "prettier --config ../../.prettierrc.json --ignore-path ../../.prettierignore --check .", "lint": "eslint --config ../../.eslintrc.json --ignore-path ../../.eslintignore .", "lint:fix": "eslint --config ../../.eslintrc.json --ignore-path ../../.eslintignore . --fix", "test": "mocha --config ../../.mocharc.json", "test:coverage": "nyc --reporter=text --reporter=html mocha --config ../../.mocharc.json", "test:coverage:ci": "nyc --reporter=lcovonly mocha --config ../../.mocharc.json --reporter json --reporter-option output=test-results.json", "test:watch": "mocha --config ../../.mocharc.json --watch" }, "dependencies": { "@dagrejs/graphlib": "2.1.4", "@syntest/cfg-core": "^0.2.0", "bignumber.js": "9.0.1", "chalk": "4.1.1", "clear": "0.1.0", "cli-progress": "3.11.2", "d3": "^4.13.0", "fast-csv": "4.3.6", "figlet": "1.5.2", "globby": "^11.0.4", "jsdom": "20.0.3", "seedrandom": "3.0.5", "shelljs": "0.8.5", "winston": "3.8.2", "yargs": "17.6.2" }, "engines": { "node": ">=10.24.0" }, "publishConfig": { "access": "public" }, "gitHead": "a5316fa325626f0cce28cf28116fe04570781188" }