mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
67e81b35dd
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
36 lines
966 B
JSON
36 lines
966 B
JSON
{
|
|
"name": "@hcengineering/model-package",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"svelte": "src/index.ts",
|
|
"types": "types/index.d.ts",
|
|
"#overrideKeys": ["main", "types", "svelte"],
|
|
"scripts": {
|
|
"_phase:build": "compile transpile src",
|
|
"_phase:validate": "compile validate",
|
|
"_phase:format": "format src",
|
|
"build": "compile",
|
|
"build:watch": "compile",
|
|
"format": "format src"
|
|
},
|
|
"peerDependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.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.1.0",
|
|
"typescript":"^5.3.3"
|
|
},
|
|
"#replaces": [
|
|
".eslintrc.js",
|
|
"tsconfig.json",
|
|
"config/rig.json"
|
|
],
|
|
"#clean": ["@types/heft-jest", "@rushstack/heft"]
|
|
}
|