mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
32 lines
765 B
JSON
32 lines
765 B
JSON
{
|
|
"name": "@iconify/library-builder",
|
|
"description": "Build script to compile TypeScript files to both ES and CommonJS modules.",
|
|
"author": "Vjacheslav Trushkin",
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
"directory": "packages/library-builder"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^15.3.0",
|
|
"esbuild": "^0.12.28",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"jest": "^27.2.0",
|
|
"ts-jest": "^27.0.5"
|
|
}
|
|
}
|