34 lines
753 B
JSON
34 lines
753 B
JSON
{
|
|
"name": "@welshman/store",
|
|
"version": "0.0.15",
|
|
"author": "hodlbod",
|
|
"license": "MIT",
|
|
"description": "A collection of utilities based on svelte/store for use with welshman",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "module",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"types": "./build/src/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./build/src/index.d.ts",
|
|
"import": "./build/src/index.js",
|
|
"require": "./build/src/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"pub": "npm run lint && npm run build && npm publish",
|
|
"build": "gts clean && tsc",
|
|
"lint": "gts lint",
|
|
"fix": "gts fix"
|
|
},
|
|
"dependencies": {
|
|
"@welshman/lib": "~0.0.37",
|
|
"@welshman/util": "~0.0.59",
|
|
"svelte": "^4.2.18"
|
|
}
|
|
}
|