UNPKG

ponicode

Version:

Ponicode is a quick and easy AI-powered solution for Javascript unit testing.

67 lines (66 loc) 2.16 kB
{ "name": "@ts-morph/common", "version": "0.7.2", "description": "Common functionality for ts-morph packages.", "main": "dist/ts-morph-common.js", "author": "David Sherret", "license": "MIT", "repository": "git+https://github.com/dsherret/ts-morph.git", "typings": "lib/ts-morph-common.d.ts", "scripts": { "build": "rimraf dist && yarn createLibFile && yarn rollup && yarn build:declarations", "build:declarations": "ts-node --compiler ttypescript --project scripts/tsconfig.json --transpile-only scripts/buildDeclarations.ts", "createLibFile": "ts-node scripts/createLibFile.ts", "test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha", "test:ci": "yarn test", "test:debug": "yarn test --inspect-brk", "rollup": "rollup --config" }, "dependencies": { "@dsherret/to-absolute-glob": "^2.0.2", "fast-glob": "^3.2.4", "is-negated-glob": "^1.0.0", "mkdirp": "^1.0.4", "multimatch": "^5.0.0", "typescript": "~4.1.2" }, "devDependencies": { "@ts-morph/scripts": "~0.2.0", "@types/chai": "^4.2.14", "@types/is-negated-glob": "^1.0.0", "@types/mkdirp": "^1.0.1", "@types/mocha": "^8.0.4", "@types/multimatch": "^4.0.0", "@types/node": "^14.14.9", "@types/ts-nameof": "^4.2.1", "chai": "^4.2.0", "cross-env": "^7.0.2", "dts-minify": "^0.2.0", "mocha": "^8.2.1", "rimraf": "^3.0.2", "rollup": "^2.33.3", "rollup-plugin-typescript2": "^0.29.0", "ts-morph": "npm:ts-morph@9.0.0", "ts-nameof": "^5.0.0", "ts-node": "^9.0.0", "ttypescript": "^1.5.12" }, "publishConfig": { "access": "public" }, "browser": { "fs": false, "os": false, "fs.realpath": false, "mkdirp": false, "dir-glob": false, "graceful-fs": false, "fast-glob": false, "source-map-support": false, "glob-parent": false, "glob": false } ,"_resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.7.2.tgz" ,"_integrity": "sha512-XyUPLf1UHtteP5C5FEgVJqgIEOcmaSEoJyU/jQ1gTBKlz/lb1Uss4ix+D2e5qRwPFiBMqM/jwJpna0yVDE5V/g==" ,"_from": "@ts-morph/common@0.7.2" }