UNPKG

typescript-ast-query-editor

Version:

TypeScript AST viewer and Advance Query editor

36 lines (35 loc) 1.19 kB
{ "name": "typescript-ast-query-editor", "version": "0.0.1", "description": "TypeScript AST viewer and Advance Query editor", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "test": "ava", "clean": "rm -rf dist docs", "build": "npx tsc", "format": "npx ts-refactor format \"src/**/*.ts*\" \"spec/**/*.ts*\" \"probes/**/*.ts*\" ./formatCodeSettings.json --tsConfigPath ./tsconfig.json --dontAsk", "organizeImports": "npx ts-refactor organizeImports \"src/**/*.ts*\" \"spec/**/*.ts*\" \"probes/**/*.ts*\" --dontAsk ", "lint": "npm run organizeImports && npm run format ", "doc": "typedoc --mode modules --ignoreCompilerErrors --out ../docs/ts-simple-ast-extra src/index.ts ", "all": "npm run clean && npm run prettier && npm run build && npm run test && npm run doc" }, "keywords": [ "typescript", "ast", "query", "astq" ], "author": "Sebastián Gurin", "license": "MIT", "devDependencies": { "@types/node": "^12.0.2", "ava": "^1.4.1", "ts-refactor": "0.0.2", "typescript": "^3.4.5" }, "dependencies": { "astq": "^2.6.2", "misc-utils-of-mine-generic": "^0.2.4" } }