-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 3.21 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
{
"name": "@lassi-js/kili",
"version": "0.4.1",
"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.5.0",
"@constl/utils-tests": "^1.6.7",
"@eslint/js": "^9.15.0",
"@orbitdb/core-types": "^1.0.11",
"@types/mocha": "^10.0.10",
"aegir": "^44.1.4",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"electron": "^31.7.5",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"genversion": "^3.2.0",
"mocha": "^10.8.2",
"os-browserify": "^0.3.0",
"prettier": "^3.4.1",
"process": "^0.11.10",
"rimraf": "^6.0.1",
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "5.6.3",
"typescript-eslint": "^8.16.0",
"typescript-transform-paths": "^3.5.2",
"wherearewe": "^2.0.1"
},
"dependencies": {
"@constl/utils-ipa": "^1.0.4",
"@orbitdb/core": "^2.4.3",
"deepcopy": "^2.1.0"
}
}