75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "@bellini.io/bellini",
|
|
"version": "1.1.0",
|
|
"private": false,
|
|
"description": "the bellini main application",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "(tsdoc)"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.25",
|
|
"@git.zone/tsbundle": "^2.0.5",
|
|
"@git.zone/tspublish": "^1.9.1",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.44",
|
|
"@push.rocks/tapbundle": "^5.0.15",
|
|
"@types/node": "^20.8.7"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedrequest": "^3.1.10",
|
|
"@api.global/typedrequest-interfaces": "^3.0.19",
|
|
"@api.global/typedserver": "^3.0.58",
|
|
"@design.estate/dees-domtools": "^2.3.2",
|
|
"@design.estate/dees-element": "^2.0.39",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartlog-interfaces": "^3.0.2",
|
|
"@push.rocks/smartpromise": "^4.2.2",
|
|
"@push.rocks/smartstate": "^2.0.19",
|
|
"@tsclass/tsclass": "^4.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/bellini.io/bellini.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://code.foss.global/bellini.io/bellini/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/bellini.io/bellini#readme",
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"pnpm": {
|
|
"overrides": {}
|
|
},
|
|
"eslintConfig": {
|
|
"rules": {
|
|
"import/extensions": [
|
|
"error",
|
|
"always",
|
|
{
|
|
"js": "never",
|
|
"ts": "never",
|
|
"jsx": "never",
|
|
"tsx": "never"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|