portfolio/package.json

15 lines
312 B
JSON
Raw Normal View History

2023-12-13 22:32:55 +00:00
{
"name": "portfolio",
"version": "0.1.0",
"description": "",
"main": "main.js",
"scripts": {
2023-12-13 23:16:44 +00:00
"build": "./build.sh",
2023-12-13 22:32:55 +00:00
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
2023-12-13 22:43:47 +00:00
"license": "ISC"
2023-12-13 22:32:55 +00:00
}