UNPKG

@ember-apply/typescript

Version:

ember-apply plugin for adding typescript to an existing app

75 lines 1.9 kB
{ "name": "@ember-apply/typescript", "description": "ember-apply plugin for adding typescript to an existing app", "version": "1.4.1", "type": "module", "license": "MIT", "preset": "index.js", "author": "NullVoxPopuli", "repository": { "url": "https://github.com/NullVoxPopuli/ember-apply", "type": "https", "directory": "packages/ember/tailwind" }, "keywords": [ "ember", "typescript", "ember-apply", "blueprint" ], "exports": { "import": "./index.js" }, "files": [ "index.js", "src" ], "dependencies": { "chalk": "^5.3.0", "common-tags": "^1.8.2", "execa": "^8.0.1", "fs-extra": "^11.1.1", "latest-version": "^7.0.0", "ember-apply": "^2.15.1" }, "devDependencies": { "@babel/eslint-parser": "^7.23.3", "@nullvoxpopuli/eslint-configs": "^3.2.2", "@types/common-tags": "^1.8.4", "@types/fs-extra": "^11.0.4", "@types/jscodeshift": "^0.11.10", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "@vitest/coverage-c8": "^0.33.0", "@vitest/coverage-v8": "^0.34.6", "ast-types": "^0.14.2", "autoprefixer": "^10.4.16", "c8": "^8.0.1", "eslint": "^8.54.0", "eslint-plugin-decorator-position": "^5.0.2", "eslint-plugin-import": "^2.29.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.0.1", "jscodeshift": "^0.15.1", "postcss": "^8.4.31", "prettier": "^3.1.0", "typescript": "5.3.3", "vite": "^5.0.0", "vitest": "^0.34.6" }, "engines": { "node": ">=16.0.0" }, "volta": { "node": "20.15.0" }, "scripts": { "lint:types": "tsc --noEmit", "build": "tsc --build", "lint": "pnpm lint:js", "lint:js": "eslint .", "lint:fix": "pnpm lint:js --fix", "test": "vitest --coverage --no-watch", "test:watch": "vitest --watch" } }