-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "gjs-multiprocess",
"version": "0.0.5",
"main": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/react-gjs/gjs-multiprocess"
},
"description": "Multiprocessing for GJS scripts.",
"license": "MIT",
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"author": {
"name": "Szymon Bretner",
"email": "szymonb21@gmail.com"
},
"scripts": {
"fix:fmt": "dprint fmt",
"test:jest": "jest --coverage",
"test:fmt": "dprint check",
"test:tsc": "tsc --noEmit",
"build": "node ./scripts/build.mjs"
},
"devDependencies": {
"@ncpa0cpl/nodepack": "^2.3.3",
"@types/lodash": "^4.14.195",
"@types/serialize-javascript": "^5.0.4",
"buffer": "^6.0.3",
"dprint": "^0.47.6",
"esbuild": "^0.24.0",
"git-hook-tasks": "ncpa0cpl/git-hook-tasks",
"gjs-esm-types": "^0.0.4",
"husky": "^8.0.3",
"lodash": "^4.17.21",
"path-gjsify": "^1.0.0",
"reflect-metadata": "^0.1.13",
"serialize-javascript": "^6.0.2",
"typescript": "^5.7.2"
},
"packageManager": "yarn@3.5.1"
}