@haystacks/async
Version:
A framework to build any number or any kind of native application or automation solution.
56 lines (55 loc) • 1.51 kB
JSON
{
"name": "@haystacks/async",
"version": "0.3.0",
"description": "A framework to build any number or any kind of native application or automation solution.",
"main": "./src/main.js",
"bin": "./bin/main.js",
"type": "module",
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"scripts": {
"lint": "npx eslint .",
"release": "node ./build/buildRelease/src/buildRelease.js",
"test": "node ./test/testHarness/src/testHarness.js",
"start": "node ./src/main.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": {
"@haystacks/constants": "^0.3.0",
"adm-zip": "^0.5.9",
"chalk": "5.0.1",
"dotenv": "^16.0.0",
"figlet": "^1.5.2",
"mathjs": "10.1.0",
"minimist": "1.2.6",
"moment": "2.29.4",
"moment-duration-format": "^2.3.2",
"n-readlines": "^1.0.1",
"papaparse": "5.3.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^8.18.0",
"jsdoc": "3.6.7",
"markdown-it": ">=12.3.2",
"marked": ">=4.0.10",
"standard-version": "9.3.2"
},
"bugs": {
"url": "https://github.com/SethEden/haystacks-async/issues"
},
"homepage": "https://github.com/SethEden/haystacks-async#readme"
}