@candlerip/shared3 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -17,20 +17,15 @@
17
17
  },
18
18
  "scripts": {
19
19
  "pub": "./devops/publish.sh",
20
- "start": "sh ./_devops/typescript/typescript.sh watch"
20
+ "start": "sh ./_devops/typescript/tsc-watch.sh"
21
21
  },
22
22
  "dependencies": {
23
- "depcheck": "^1.4.7",
23
+ "@types/node": "^22.5.5",
24
24
  "eslint": "^8.57.0",
25
25
  "globals": "^15.9.0",
26
- "lodash": "^4.17.21",
27
26
  "prettier": "^3.3.2",
28
- "ts-prune": "^0.10.3",
29
27
  "tsc-alias": "^1.8.10",
30
28
  "typescript": "^5.5.2",
31
29
  "typescript-eslint": "^7.13.1"
32
- },
33
- "devDependencies": {
34
- "@types/lodash": "^4.17.6"
35
30
  }
36
31
  }