mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
15 lines
230 B
JSON
15 lines
230 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|