@typestyles/build-runner 0.0.0-unstable.aecc3ce3af10 → 0.0.0-unstable.b43e2f3d324c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typestyles/build-runner",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.b43e2f3d324c",
|
|
4
4
|
"description": "Shared module execution utilities for typestyles build integrations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^25.2.1",
|
|
29
|
+
"eslint": "^9.39.2",
|
|
29
30
|
"tsup": "^8.0.0",
|
|
30
31
|
"typescript": "^5.4.0"
|
|
31
32
|
},
|
|
@@ -37,6 +38,7 @@
|
|
|
37
38
|
},
|
|
38
39
|
"scripts": {
|
|
39
40
|
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
|
|
41
|
+
"lint": "eslint .",
|
|
40
42
|
"typecheck": "tsc --noEmit"
|
|
41
43
|
}
|
|
42
44
|
}
|