2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
iconify/monorepo/package.json

15 lines
230 B
JSON
Raw Normal View History

{
"name": "@iconify/monorepo",
"private": true,
"version": "0.0.1",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "tsc -b"
},
"devDependencies": {
"@types/node": "^17.0.12",
"typescript": "^4.5.5"
}
}