UNPKG

488 BJSONView Raw
1{
2 "name": "@nuxt/typescript-build",
3 "version": "0.2.1",
4 "description": "Nuxt.js TypeScript support",
5 "repository": "nuxt/typescript",
6 "license": "MIT",
7 "files": [
8 "lib"
9 ],
10 "main": "lib/module.js",
11 "dependencies": {
12 "@nuxt/types": "0.2.6",
13 "consola": "^2.10.1",
14 "fork-ts-checker-webpack-plugin": "^1.5.0",
15 "ts-loader": "^6.0.4",
16 "typescript": "~3.5"
17 },
18 "publishConfig": {
19 "access": "public"
20 },
21 "engines": {
22 "node": ">=8.6.0"
23 }
24}