2020-04-28 09:47:35 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/core",
|
|
|
|
"description": "Reusable files used by multiple Iconify packages",
|
|
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
2020-07-02 07:39:37 +00:00
|
|
|
"version": "1.0.0-beta.2",
|
2020-04-28 09:47:35 +00:00
|
|
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
|
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
|
|
"homepage": "https://iconify.design/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-04-28 10:27:23 +00:00
|
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
|
|
"directory": "packages/core"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2020-08-02 19:04:39 +00:00
|
|
|
"@types/chai": "^4.2.12",
|
2020-04-28 09:47:35 +00:00
|
|
|
"@types/mocha": "^5.2.7",
|
2020-08-02 19:04:39 +00:00
|
|
|
"@types/node": "^12.12.53",
|
2020-05-29 19:14:36 +00:00
|
|
|
"@types/request": "^2.48.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
|
|
"@typescript-eslint/parser": "^2.34.0",
|
2020-04-28 09:47:35 +00:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"mocha": "^6.2.3",
|
2020-08-02 19:04:39 +00:00
|
|
|
"typescript": "^3.9.7"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@cyberalien/redundancy": "^1.0.0",
|
2020-07-02 07:39:37 +00:00
|
|
|
"@iconify/types": "^1.0.3"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"axios": "^0.19.2"
|
|
|
|
}
|
|
|
|
}
|