portfolio/package.json

15 lines
398 B
JSON

{
"name": "portfolio",
"version": "0.1.0",
"description": "",
"main": "main.js",
"scripts": {
"build": "tsc && tailwindcss -i ./src/main.css -o ./dist/main.css && cp ./src/index.html ./dist/index.html",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}