Browse Source

fix: package.json

pull/133/head
Himself65 4 years ago
parent
commit
d6eeb56ad2
  1. 12
      package.json

12
package.json

@ -1,15 +1,7 @@
{
"name": "typescript-nextjs-starter",
"description": "A TypeScript starter for Next.js that includes all you need to build amazing projects",
"version": "1.0.0",
"name": "run",
"private": true,
"author": "João Pedro Schmitz <[email protected]> (@jpedroschmitz)",
"license": "MIT",
"keywords": [
"nextjs",
"starter",
"typescript"
],
"author": "Himself65 <[email protected]>",
"scripts": {
"dev": "next",
"build": "next build",

Loading…
Cancel
Save