-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 KB
/
package.json
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
57
58
{
"name": "mimikrook",
"version": "0.0.3",
"description": "🎣🔗 Mimikrook: Awaitable hooks for seamless code enhancement! 💪💡 Boost your development with the power of hooks. 🚀",
"author": "Dennis Ollhoff <[email protected]>",
"license": "MIT",
"hompage": "https://💻nyxb.ws",
"repository": {
"type": "git",
"url": "git+https://github.com/nyxblabs/mimikrook.git"
},
"bugs": {
"url": "https://github.com/nyxblabs/mimikrook/issues"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
},
"scripts": {
"prepublish": "nyxr build",
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs .",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix",
"release": "nyxr test && nyxr build && nyxlx changelogen@latest --release --push && pnpm publish",
"test": "nyxr lint && vitest run --coverage -u",
"test:types": "tsc --noEmit"
},
"devDependencies": {
"@nyxb/eslint-config": "^0.0.53",
"@nyxb/nyxi": "^0.0.28",
"@types/node": "^18.16.8",
"@vitest/coverage-c8": "^0.30.1",
"consolji": "^0.1.2",
"eslint": "^8.40.0",
"expect-type": "^0.15.0",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vite": "^4.3.5",
"vitest": "^0.30.1"
},
"packageManager": "[email protected]",
"files": [
"dist"
],
"keywords": [
"hook",
"mimikrook",
"hookable",
"plugin",
"tapable",
"tappable"
]
}