mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "@hcengineering/rating-assets",
|
|
"version": "0.7.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./types/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"types",
|
|
"src",
|
|
"assets",
|
|
"lang"
|
|
],
|
|
"author": "Hardcore Engineering Inc.",
|
|
"template": "@hcengineering/assets-package",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "compile",
|
|
"test": "jest --passWithNoTests --silent",
|
|
"build:docs": "",
|
|
"format": "format src",
|
|
"build:watch": "compile",
|
|
"_phase:build": "compile transpile src",
|
|
"_phase:test": "jest --passWithNoTests --silent",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.7.19",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint": "^8.54.0",
|
|
"prettier": "^3.6.2",
|
|
"@types/node": "^22.15.29",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/platform": "^0.7.5",
|
|
"@hcengineering/rating": "^0.7.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"./lang/*.json": {
|
|
"require": "./lang/*.json",
|
|
"import": "./lang/*.json"
|
|
},
|
|
"./lang": {
|
|
"require": "./lang",
|
|
"import": "./lang"
|
|
},
|
|
"./assets": {
|
|
"require": "./assets",
|
|
"import": "./assets"
|
|
},
|
|
"./assets/*.svg": {
|
|
"require": "./assets/*.svg",
|
|
"import": "./assets/*.svg"
|
|
}
|
|
}
|
|
}
|