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

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"
}
}