rsnext/packages/react-refresh-utils/package.json
2020-06-01 19:20:19 -04:00

29 lines
674 B
JSON

{
"name": "@next/react-refresh-utils",
"version": "9.4.5-canary.5",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
"directory": "packages/react-refresh-utils"
},
"files": [
"internal/*.d.ts",
"internal/*.js",
"*.d.ts",
"*.js"
],
"author": "Joe Haddad <timer@zeit.co>",
"license": "MIT",
"scripts": {
"prepublish": "tsc -d -p tsconfig.json",
"build": "tsc -d -w -p tsconfig.json"
},
"peerDependencies": {
"react-refresh": "0.8.3",
"webpack": "^4"
},
"devDependencies": {
"react-refresh": "0.8.3",
"webpack": "^4.42.1"
}
}