Build system work
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@thilawyn/schemable-classes",
|
||||
"version": "20231230.0.0",
|
||||
"name": "@thilawyn/schemable-class",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||
@@ -31,14 +31,13 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"build": "rollup -c rollup.config.ts",
|
||||
"lint:tsc": "tsc --noEmit",
|
||||
"clean:cache": "rm -f tsconfig.tsbuildinfo",
|
||||
"clean:dist": "rm -rf dist",
|
||||
"clean:node": "rm -rf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@thilawyn/thilatrait": "^20231230.0.0",
|
||||
"decimal.js": "^10.4.3",
|
||||
"effect": "^2.0.0-next.62",
|
||||
"lodash-es": "^4.17.21",
|
||||
@@ -46,6 +45,7 @@
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"bun-types": "latest",
|
||||
"npm-check-updates": "^16.14.12",
|
||||
|
||||
Reference in New Issue
Block a user