@sakuli/commons
Version:
46 lines (45 loc) • 1.3 kB
JSON
{
"name": "@sakuli/commons",
"version": "2.1.3-next.1+91f5b76",
"description": "",
"main": "dist/index.js",
"typings": "dist",
"scripts": {
"test": "jest",
"build": "tsc",
"typedoc": "typedoc --out ../../docs/api/sakuli-commons --hideGenerator --mode file --excludeExternals --readme README.md --exclude *.spec.* src/",
"test:watch": "jest --watch --coverage",
"test:ci": "jest --runInBand --no-cache --coverage --passWithNoTests",
"prepublishOnly": "lerna bootstrap --ignore integration-tests && npm run build && npm test"
},
"keywords": [
"sakuli",
"e2e",
"ui",
"testing"
],
"contributors": [
"Tim Keiner <tim.keiner@consol.de>",
"Simon Hofmann <simon.hofmann@consol.de>"
],
"license": "Apache-2.0",
"devDependencies": {
"@types/common-tags": "^1.8.0",
"@types/jest": "^24.0.13",
"@types/node": "^11.13.5",
"@types/properties-reader": "^0.0.1",
"@types/yargs": "^12.0.12",
"jest": "^24.7.1",
"sneer": "^1.0.1",
"ts-jest": "^24.0.2",
"typedoc": "^0.14.2",
"typescript": "^3.4.3",
"yargs": "^13.2.2"
},
"dependencies": {
"common-tags": "^1.8.0",
"properties-reader": "^0.0.16",
"reflect-metadata": "^0.1.13"
},
"gitHead": "91f5b76b3b2a86b7090c3ad8a12ed2b266cb51b5"
}