@furystack/core
Version:
Core FuryStack package
52 lines • 1.13 kB
JSON
{
"name": "@furystack/core",
"version": "15.0.16",
"description": "Core FuryStack package",
"type": "module",
"scripts": {
"build:es6": "tsc --outDir ./esm"
},
"exports": {
".": {
"import": "./esm/index.js"
},
"./create-physical-store-tests": {
"import": "./esm/create-physical-store-tests.js"
},
"./port-generator": {
"import": "./esm/port-generator.js"
}
},
"files": [
"esm",
"types",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/furystack/furystack.git"
},
"keywords": [
"FuryStack",
"framework"
],
"publishConfig": {
"access": "public"
},
"author": "gallay.lajos@gmail.com",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/furystack/furystack/issues"
},
"homepage": "https://github.com/furystack/furystack",
"devDependencies": {
"@types/node": "^22.13.14",
"typescript": "^5.8.2",
"vitest": "^3.1.1"
},
"dependencies": {
"@furystack/inject": "^12.0.13",
"@furystack/utils": "^8.0.12"
},
"gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
}