-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
{
"author": "François Royen <[email protected]> (https://francois-royen.com/)",
"bugs": {
"url": "https://github.com/francoisRoyen/kodenami/issues"
},
"config": {
"commitizen": {
"path": "node_modules/cz-emoji"
}
},
"description": "Kodenami - A Konami Code plugin",
"devDependencies": {
"@types/node": "22.5.5",
"commitizen": "4.3.0",
"cz-emoji": "1.3.2-canary.2",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"files": [
"dist/index.js",
"dist/index.d.ts"
],
"homepage": "https://github.com/francoisRoyen/kodenami#readme",
"keywords": [
"cheat",
"code",
"easter-egg",
"javascript",
"js",
"konami",
"module",
"plugin",
"typescript"
],
"license": "MIT",
"main": "dist/index.js",
"name": "kodenami",
"repository": {
"type": "git",
"url": "git+https://github.com/francoisRoyen/kodenami.git"
},
"scripts": {
"build": "vitest run && tsc",
"test": "vitest"
},
"types": "dist/index.d.ts",
"version": "2.0.2"
}