portfolio/package.json

15 lines
398 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 22:43:47 +00:00
"build": "tsc && tailwindcss -i ./src/main.css -o ./dist/main.css && cp ./src/index.html ./dist/index.html",
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
}