mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@iconify/core",
|
|
"description": "Reusable files used by multiple Iconify packages",
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
|
"version": "1.0.0-rc.3",
|
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf lib compiled-tests",
|
|
"lint": "npx eslint {src,tests}/**/*.ts",
|
|
"prebuild": "npm run lint",
|
|
"build": "npx tsc -b",
|
|
"prewatch": "npm run lint",
|
|
"watch": "npx tsc -b -w",
|
|
"test": "npx mocha tests-compiled/*/*-test.js",
|
|
"pretest": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.14",
|
|
"@types/mocha": "^8.0.4",
|
|
"@types/node": "^14.14.9",
|
|
"@types/request": "^2.48.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.8.1",
|
|
"@typescript-eslint/parser": "^4.8.1",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.14.0",
|
|
"mocha": "^8.2.1",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@cyberalien/redundancy": "^1.1.0",
|
|
"@iconify/types": "^1.0.6"
|
|
}
|
|
}
|