rsnext/packages/font/package.json
2022-09-28 00:38:10 +02:00

20 lines
442 B
JSON

{
"name": "@next/font",
"version": "12.3.2-canary.11",
"repository": {
"url": "vercel/next.js",
"directory": "packages/font"
},
"files": [
"dist",
"google",
"local"
],
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc -d -p tsconfig.json",
"prepublishOnly": "cd ../../ && turbo run build",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
}
}