@e280/stz 0.2.19 → 0.2.20
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 +5 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e280/stz",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"description": "everyday ts fns for everything",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chase Moskal <chasemoskal@gmail.com>",
|
|
@@ -15,21 +15,14 @@
|
|
|
15
15
|
"s"
|
|
16
16
|
],
|
|
17
17
|
"scripts": {
|
|
18
|
-
"build": "
|
|
18
|
+
"build": "rm -rf x && mkdir x && ln -s '$(realpath node_modules)' x/node_modules && tsc",
|
|
19
|
+
"dev": "tsc -w & node --watch x/tests.test.js & wait",
|
|
19
20
|
"test": "node x/tests.test.js",
|
|
20
|
-
"
|
|
21
|
-
"test-inspect": "node inspect x/tests.test.js",
|
|
22
|
-
"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +",
|
|
23
|
-
"watch": "run-p _tscw test-watch",
|
|
24
|
-
"_clean": "rm -rf x && mkdir x",
|
|
25
|
-
"_links": "ln -s \"$(realpath node_modules)\" x/node_modules",
|
|
26
|
-
"_tsc": "tsc",
|
|
27
|
-
"_tscw": "tsc -w"
|
|
21
|
+
"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +"
|
|
28
22
|
},
|
|
29
23
|
"devDependencies": {
|
|
30
24
|
"@e280/science": "^0.1.7",
|
|
31
|
-
"@types/node": "^25.
|
|
32
|
-
"npm-run-all": "^4.1.5",
|
|
25
|
+
"@types/node": "^25.3.0",
|
|
33
26
|
"typescript": "^5.9.3"
|
|
34
27
|
},
|
|
35
28
|
"keywords": [
|