mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@iconify/core",
|
|
"private": true,
|
|
"description": "Reusable files used by multiple Iconify packages",
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
|
"version": "1.0.0-beta.0",
|
|
"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.11",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^12.12.37",
|
|
"@types/request": "^2.48.4",
|
|
"@typescript-eslint/eslint-plugin": "^2.30.0",
|
|
"@typescript-eslint/parser": "^2.30.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^6.2.3",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@cyberalien/redundancy": "^1.0.0",
|
|
"@iconify/types": "^1.0.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"axios": "^0.19.2"
|
|
}
|
|
}
|