-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "odinsnap",
"version": "2.1.4",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist"
],
"bin": "./dist/bin/odinsnap.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -p . && tsc-alias",
"start": "yarn run build -- --w",
"lint": "eslint .",
"cs": "changeset && changeset version ",
"start:node": "node tsx index.ts",
"format": "prettier . --write",
"format:ci": "prettier . --check"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"eslint": "^9.39.1",
"jiti": "^2.6.1",
"prettier": "3.7.4",
"tsc-alias": "1.8.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.0"
},
"author": "Anxhul10",
"license": "MIT",
"homepage": "https://github.com/Anxhul10/OdinSnap#readme",
"bugs": {
"url": "https://github.com/Anxhul10/OdinSnap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anxhul10/OdinSnap.git"
},
"engines": {
"node": ">=22.0.0",
"yarn": "4.9.0"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.6.3",
"dag-rs": "^0.2.1",
"execa": "^9.6.1",
"tsx": "^4.21.0"
},
"packageManager": "yarn@4.9.0+sha512.5f5f00843eae735dfab6f0442524603e987ceca55e98b36eb0120f4e58908e5b1406545321e46627dca97d15d562f23dc13fb96cabd4e6bc92d379f619001e4e"
}