ponicode
Version:
Ponicode is a quick and easy AI-powered solution for Javascript unit testing.
64 lines (63 loc) • 1.93 kB
JSON
{
"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
}
}