UNPKG

@platform/test

Version:

Configuration module containing test related modules.

30 lines (29 loc) 668 B
{ "name": "@platform/test", "version": "0.3.2", "description": "Configuration module containing test related modules.", "main": "lib/index", "types": "lib/index.d.ts", "scripts": { "test": "sh test.sh $@", "tdd": "yarn test --watch", "lint": "sh script.sh/lint.sh $@", "build": "sh script.sh/build.sh $@", "prepare": "yarn build && yarn lint && yarn test" }, "dependencies": { "@types/chai": "4.3.1", "@types/mocha": "9.1.1", "chai": "4.3.6", "findup-sync": "5.0.0", "mocha": "10.0.0" }, "devDependencies": { "@platform/ts.libs": "4.7.6" }, "files": [ "lib", "*.sh" ], "license": "MIT" }