@patryk-w-bl/ts-migrate-server
Version:
A package that contains the main migration runner and spawns a TSServer process
74 lines (73 loc) • 1.77 kB
JSON
{
"name": "@patryk-w-bl/ts-migrate-server",
"private": false,
"version": "0.2.1",
"description": "A package that contains the main migration runner and spawns a TSServer process",
"main": "build/src/index.js",
"directories": {
"test": "tests"
},
"keywords": [
"ts-migrate",
"ts-migrate-server",
"typescript",
"migration",
"codemod"
],
"files": [
"build",
"package.json",
"README.md",
"LICENCE"
],
"repository": {
"type": "git",
"url": "https://github.com/patryk-w-bl/ts-migrate.git",
"directory": "packages/ts-migrate-server"
},
"bugs": {
"url": "https://github.com/patryk-w-bl/ts-migrate/issues"
},
"scripts": {
"test": "jest --config jest-config.json",
"lint": "eslint . --ext=.js,.jsx,.ts,.tsx --ignore-path ../../.eslintignore",
"build": "tsc -p tsconfig.json",
"prepublish": "yarn build",
"clean": "rm -rf build"
},
"contributors": [
{
"name": "Brie Bunge",
"url": "https://github.com/brieb"
},
{
"name": "Sergii Rudenko",
"url": "https://github.com/Rudeg"
},
{
"name": "Elliot Sachs",
"url": "https://github.com/elliotsa"
},
{
"name": "John Haytko",
"url": "https://github.com/jjjjhhhhhh"
},
{
"name": "Joe Lencioni",
"url": "https://github.com/lencioni"
}
],
"homepage": "https://github.com/patryk-w-bl/ts-migrate#readme",
"license": "MIT",
"dependencies": {
"@ts-morph/bootstrap": "^0.16.0",
"pretty-ms": "^7.0.1",
"typescript": "4.7.2",
"updatable-log": "^0.2.0"
},
"gitHead": "2b3cc8b1dc35ecf79dc793ea87183757cf72dfe2",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}