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)",
|
2021-01-12 12:04:19 +00:00
|
|
|
"version": "1.0.0-rc.5",
|
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",
|
2020-12-21 09:55:16 +00:00
|
|
|
"lint": "eslint {src,tests}/**/*.ts",
|
2020-04-28 09:47:35 +00:00
|
|
|
"prebuild": "npm run lint",
|
2020-12-21 09:55:16 +00:00
|
|
|
"build": "tsc -b",
|
|
|
|
"build:src": "tsc --project src/tsconfig.json",
|
2020-04-28 09:47:35 +00:00
|
|
|
"prewatch": "npm run lint",
|
2020-12-21 09:55:16 +00:00
|
|
|
"watch": "tsc -b -w",
|
|
|
|
"test": "mocha tests-compiled/*/*-test.js",
|
2020-04-28 09:47:35 +00:00
|
|
|
"pretest": "npm run build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-19 15:41:40 +00:00
|
|
|
"@types/chai": "^4.2.16",
|
|
|
|
"@types/mocha": "^8.2.2",
|
|
|
|
"@types/node": "^14.14.41",
|
2020-05-29 19:14:36 +00:00
|
|
|
"@types/request": "^2.48.5",
|
2021-04-19 15:41:40 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
|
|
"chai": "^4.3.4",
|
|
|
|
"eslint": "^7.24.0",
|
|
|
|
"mocha": "^8.3.2",
|
|
|
|
"typescript": "^4.2.4"
|
2020-04-28 09:47:35 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-15 12:23:15 +00:00
|
|
|
"@cyberalien/redundancy": "^1.1.0",
|
2020-12-15 12:46:34 +00:00
|
|
|
"@iconify/types": "^1.0.6"
|
2020-04-28 09:47:35 +00:00
|
|
|
}
|
|
|
|
}
|