UNPKG

@tremho/jove-test

Version:
49 lines 1.32 kB
{ "name": "@tremho/jove-test", "version": "0.6.9-pre-release.280", "description": "Test API Module for Jove Framework", "main": "build/index.js", "typings": "./index.d.ts", "scripts": { "prepublish": "npm run build && npm run typings", "clean": "rm -fr build node_modules && npm install", "build": "tsc", "typings": "tsc -d src/index.ts --declarationDir dtypes --target ES2015 --esModuleInterop true --module commonjs && rm -f index.d.ts && mv dtypes/index.d.ts index.d.ts", "test": "echo \"Error: no test specified\" && exit 1", "tbx run tbTest": "cd ~/tbd/tbTest && tbx run" }, "repository": { "type": "git", "url": "git+https://github.com/tremho/thunderbolt-test.git" }, "keywords": [ "Jove", "Test", "framework", "desktop", "mobile", "electron", "nativescript", "windows", "macintosh", "linux", "android", "ios" ], "author": "tremho", "license": "UNLICENSED", "bugs": { "url": "https://github.com/tremho/thunderbolt-test/issues" }, "homepage": "https://github.com/tremho/thunderbolt-test#readme", "dependencies": { "@types/tap": "^15.0.5", "jimp": "^0.16.1", "pixelmatch": "^5.2.1", "tap": "^15.0.10", "ws": "^8.2.3" }, "devDependencies": { "@types/ws": "^8.2.0" } }