huncwot
Version:
A Programming Environment for TypeScript apps built on top of VS Code
80 lines (79 loc) • 1.98 kB
JSON
{
"name": "huncwot",
"version": "0.59.1",
"description": "A Programming Environment for TypeScript apps built on top of VS Code",
"main": "index.js",
"repository": "https://github.com/kreteshq/huncwot",
"author": "Zaiste",
"license": "Apache-2.0",
"engines": {
"node": ">= 12"
},
"devDependencies": {
"ava": "^3.7.0",
"chalk": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"form-data": "^3.0.0",
"prettier": "2.0.4"
},
"scripts": {
"test": "ava",
"debug": "node --inspect cli.js",
"prepack": "node scripts/prepack",
"lint": "eslint ."
},
"peerDependencies": {
"axios": "^0.19.2"
},
"dependencies": {
"@casl/ability": "^4.0.5",
"@poppinss/chokidar-ts": "^2.0.5",
"@sqorn/pg": "0.0.45",
"@zerollup/ts-transform-paths": "^1.7.17",
"apollo-server-core": "^2.12.0",
"apollo-server-module-graphiql": "^2.0.0-beta.6",
"argon2": "0.26.2",
"axios": "^0.19.2",
"basic-auth": "^2.0.1",
"boxwood": "^0.29.0",
"busboy": "^0.3.1",
"chalk": "^4.0.0",
"config": "^3.3.1",
"cookie": "^0.4.0",
"debug": "^4.1.1",
"dumper.js": "^1.3.1",
"error-stack-parser": "^2.0.6",
"fast-glob": "3.2.2",
"fs-extra": "^9.0.0",
"graphile-worker": "^0.5.0",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"graphql-tools": "^5.0.0",
"http-status": "^1.4.2",
"js-yaml": "^3.13.1",
"merge-deep": "^3.0.2",
"mime-types": "^2.1.26",
"nearley": "^2.19.2",
"pg": "^8.0.2",
"rollup": "^2.6.1",
"rsyncwrapper": "^3.0.1",
"semver": "^7.3.2",
"stack-trace": "0.0.10",
"trek-router": "^1.2.0",
"typescript": "^3.8.3",
"validate": "^5.1.0",
"ws": "^7.2.3",
"yargs": "^15.3.1"
},
"bin": {
"huncwot": "cli.js",
"hc": "cli.js"
},
"prettier": {
"singleQuote": true,
"printWidth": 96,
"arrowParens": "avoid"
}
}