UNPKG

@haystacks/async

Version:

A framework to build any number or any kind of native application or automation solution.

38 lines (37 loc) 1 kB
{ "name": "testHarness", "version": "0.0.1", "description": "A test harness application to test the haystacks-async framework.", "main": "./src/testHarness.js", "type": "module", "scripts": { "start": "node ./src/testHarness.js", "vers": "standard-version -m \"chore(release) version %s \"", "docs": "jsdoc -c jsdoc.json" }, "repository": { "type": "git", "url": "git+https://github.com/SethEden/haystacks-async.git" }, "keywords": [ "application", "automation" ], "author": "Seth Hollingsead <iceversaka@hotmail.com>", "license": "MIT", "dependencies": { "dotenv": "^16.0.0", "@haystacks/async": "^0.3.0", "@haystacks/constants": "^0.3.0" }, "devDependencies": { "jsdoc": "3.6.7", "marked": ">=4.0.10", "markdown-it": ">=12.3.2", "standard-version": "9.3.2" }, "bugs": { "url": "https://github.com/SethEden/haystacks-async/issues" }, "homepage": "https://github.com/SethEden/haystacks-async#readme" }