Files
adamantium/package.json
2024-04-14 13:22:29 +10:00

18 lines
352 B
JSON

{
"name": "test21",
"private": true,
"type": "module",
"scripts": {
"assets": "node config/assets.js"
},
"dependencies": {
"@icelab/defo": "^0.0.3",
"hanami-assets": "github:hanami/assets-js#main",
"typescript": "^5.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"tailwindcss": "^3.3.3"
}
}