UNPKG

quosdolorem

Version:
41 lines (40 loc) 1.32 kB
{ "name": "@mongosh/async-rewriter2", "version": "0.0.0-dev.0", "description": "MongoDB Shell Async Rewriter Package", "main": "./lib/index.js", "scripts": { "pretest": "npm run compile-ts", "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 --colors -r ts-node/register \"./{src,lib}/**/*.spec.ts\"", "test-ci": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,lib}/**/*.spec.ts\"", "lint": "eslint --report-unused-disable-directives \"**/*.{js,ts,tsx}\"", "check": "npm run lint", "compile-ts": "tsc -p tsconfig.json", "prepublish": "npm run compile-ts" }, "config": { "unsafe-perm": true }, "repository": { "type": "git", "url": "git://github.com/mongodb-js/mongosh.git" }, "license": "Apache-2.0", "publishConfig": { "access": "public" }, "engines": { "node": ">=12.4.0" }, "dependencies": { "@babel/core": "^7.9.0", "@babel/parser": "^7.9.4", "@babel/plugin-transform-destructuring": "^7.13.0", "@babel/plugin-transform-parameters": "^7.13.0", "@babel/plugin-transform-shorthand-properties": "^7.12.13", "@babel/traverse": "^7.9.0", "@babel/types": "^7.9.0", "@types/babel__core": "^7.1.6", "@types/babel__traverse": "^7.0.9" } }