-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 Bytes
/
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
{
"name": "@li0ard/crapto1_ts",
"version": "0.2.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"author": "li0ard",
"repository": {
"type": "git",
"url": "git+https://github.com/li0ard/crapto1_ts.git"
},
"bugs": {
"url": "https://github.com/li0ard/crapto1_ts/issues"
},
"homepage": "https://github.com/li0ard/crapto1_ts#readme",
"description": "Crapto1 TypeScript implement",
"license": "MIT",
"scripts": {
"build": "rm -rf dist/ && tsc --project tsconfig.build.json",
"docs": "typedoc --options .config/typedoc/config.cjs"
},
"devDependencies": {
"@types/bun": "latest",
"typedoc": "^0.27.6"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"keywords": ["crapto1", "crypto1", "mifare", "rfid", "proxmark"]
}