-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 3.26 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
59
60
61
62
63
64
65
66
{
"name": "@lassi-js/kili",
"version": "0.3.16",
"description": "",
"main": "விநியோகம்/குறியீட்டு.js",
"type": "module",
"scripts": {
"தூயமைப்படுத்து": "rimraf விநியோகம்",
"தொகுப்பு": "pnpm புதுப்பிப்பு && pnpm தூயமைப்படுத்து && pnpm tspc -p tsconfig.json",
"தொகுப்பு:உற்பத்தி": "pnpm புதுப்பிப்பு && pnpm தூயமைப்படுத்து && pnpm tspc -p tsconfig.build.json",
"சோதனை:கணு": "pnpm தொகுப்பு && pnpm aegir test -t node -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov -- --exit",
"சோதனை:உலாவி": "pnpm தொகுப்பு && pnpm aegir test -t browser -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov",
"சோதனை:எதிர்மின்னி-முதன்மையானது": "pnpm தொகுப்பு && pnpm aegir test -t electron-main -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov",
"சோதனை:எதிர்மின்னி-வழங்கியது": "pnpm தொகுப்பு && pnpm aegir test -t electron-renderer -f \"விநியோகம்/சோதனை/**/*.சோதனை.{js,cjs,mjs}\" --cov",
"சோதனை": "pnpm சோதனை:கணு && pnpm சோதனை:உலாவி",
"வடிவூட்டம்": "pnpm prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\" && pnpm eslint மூலம் சோதனை",
"வெளியிடு": "pnpm சோதனை && pnpm தொகுப்பு:உற்பத்தி && (git commit -a -m 'பதிப்பு' || true) && pnpm publish",
"புதுப்பிப்பு": "pnpm genversion --es6 --semi மூலம்/பதிப்பு.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julienmalard/nuchabal.git"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/julienmalard/nuchabal/issues"
},
"homepage": "https://github.com/julienmalard/nuchabal#readme",
"devDependencies": {
"@constl/ipa": "^1.2.1",
"@constl/orbit-db-types": "^2.0.1",
"@constl/utils-tests": "^1.4.2",
"@eslint/js": "^9.2.0",
"@types/mocha": "^10.0.6",
"aegir": "^44.1.1",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"electron": "31",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"genversion": "^3.2.0",
"mocha": "^10.4.0",
"os-browserify": "^0.3.0",
"prettier": "^3.2.5",
"process": "^0.11.10",
"rimraf": "^6.0.1",
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0",
"typescript-transform-paths": "^3.4.7",
"wherearewe": "^2.0.1"
},
"peerDependencies": {
"@constl/ipa": "^1.0.14"
},
"dependencies": {
"@constl/utils-ipa": "^1.0.3",
"@orbitdb/core": "^2.2.0",
"deepcopy": "^2.1.0"
}
}