UNPKG

704 BJSONView Raw
1{
2 "name": "@nuxt/typescript-build",
3 "version": "3.0.1",
4 "description": "Nuxt.js TypeScript support",
5 "repository": "nuxt/typescript",
6 "license": "MIT",
7 "files": [
8 "dist"
9 ],
10 "main": "dist/index.js",
11 "types": "dist/index.d.ts",
12 "scripts": {
13 "build": "yarn run clean && yarn compile",
14 "clean": "rm -rf dist",
15 "compile": "tsc"
16 },
17 "dependencies": {
18 "consola": "^2.15.3",
19 "defu": "^6.0.0",
20 "fork-ts-checker-webpack-plugin": "6.5.3",
21 "ts-loader": "8.4.0"
22 },
23 "devDependencies": {
24 "typescript": "5.0.2"
25 },
26 "peerDependencies": {
27 "@nuxt/types": ">=2.13.1",
28 "typescript": "4.x || 5.x"
29 },
30 "publishConfig": {
31 "access": "public"
32 }
33}