portfolio/assets/package.json

15 lines
306 B
JSON
Raw Normal View History

2024-05-18 17:53:56 +00:00
{
"name": "portfolio",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}