@nuxt/typescript-build
Version:
Nuxt.js TypeScript support
35 lines (34 loc) • 760 B
JSON
{
"name": "@nuxt/typescript-build",
"version": "3.0.2",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "yarn run clean && yarn compile",
"clean": "rm -rf dist",
"compile": "tsc"
},
"dependencies": {
"consola": "^3.0.0",
"defu": "^6.0.0",
"fork-ts-checker-webpack-plugin": "6.5.3",
"ts-loader": "8.4.0"
},
"devDependencies": {
"typescript": "5.0.2"
},
"peerDependencies": {
"@nuxt/types": ">=2.13.1",
"typescript": "4.x || 5.x"
},
"publishConfig": {
"access": "public"
},
"gitHead": "056307d5559be5b54540240b1d63e6dfcdd0bd25"
}