-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 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
{
"name": "memoryprocess",
"version": "1.0.0",
"description": "Maintained fork of memoryjs with critical fixes.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"scripts": {
"build": "bun run scripts/build.ts",
"check": "biome check --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshmiquel/memoryprocess.git"
},
"keywords": [
"memory",
"reading",
"writing",
"management",
"addon"
],
"author": "JoShMiQueL",
"license": "MIT",
"packageManager": "bun@1.2.10",
"bugs": {
"url": "https://github.com/joshmiquel/memoryprocess/issues"
},
"homepage": "https://github.com/joshmiquel/memoryprocess#readme",
"dependencies": {
"node-addon-api": "8.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.8.0",
"@commitlint/config-conventional": "19.8.0",
"@microsoft/api-extractor": "7.52.4",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"@total-typescript/tsconfig": "1.0.4",
"@types/bun": "1.2.10",
"@types/node": "22.15.3",
"lefthook": "1.11.10",
"typescript": "5.8.3"
},
"trustedDependencies": [
"@biomejs/biome",
"lefthook"
]
}