next-gpa
Version:
Configures path aliases for all of the folders in your Next app.
28 lines (27 loc) • 536 B
JSON
{
"name": "next-gpa",
"version": "1.0.3",
"description": "Configures path aliases for all of the folders in your Next app.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "will",
"license": "ISC",
"bin": {
"next-gpa": "./bin/index.js"
},
"dependencies": {
"prompt": "^1.3.0"
},
"keywords": [
"next",
"gpa",
"path",
"alias"
],
"repository": {
"type": "git",
"url": "https://github.com/williamlmao/next-gpa.git"
}
}