-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 3.05 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@toniq-labs/bitgen",
"version": "0.0.0",
"private": true,
"description": "Bitcoin Generative Ordinals Standard",
"keywords": [],
"homepage": "https://github.com/Toniq-Labs/bitgen",
"bugs": {
"url": "https://github.com/Toniq-Labs/bitgen/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Toniq-Labs/bitgen"
},
"license": "MIT",
"author": {
"name": "Toniq-Labs",
"url": "https://github.com/Toniq-Labs"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "virmator frontend build",
"docs": "virmator docs",
"format": "virmator format",
"publish": "virmator publish \"npm run compile && npm run test:all\"",
"start": "virmator frontend",
"test": "virmator test-web",
"test:all": "concurrently --colors --kill-others-on-fail -c auto --names types,tests,spelling,format,docs,deps,build \"npm run test:types\" \"npm run test:coverage\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run build\"",
"test:coverage": "npm run test coverage",
"test:deps": "virmator deps check",
"test:docs": "virmator docs check",
"test:format": "virmator format check",
"test:spelling": "virmator spellcheck",
"test:types": "tsc --noEmit"
},
"dependencies": {
"@augment-vir/browser": "^23.3.2",
"@augment-vir/common": "^23.3.2",
"@toniq-labs/design-system": "^16.2.2",
"@toniq-labs/toniq-nft-frame": "^3.0.2",
"element-vir": "^20.0.8",
"generic-client-interface": "^0.1.1",
"localforage-esm": "^1.10.2",
"object-shape-tester": "^2.2.2",
"run-time-assertions": "^0.3.0",
"vira": "^20.0.8"
},
"devDependencies": {
"@augment-vir/browser-testing": "^23.3.2",
"@augment-vir/node-js": "^23.3.2",
"@open-wc/testing": "^4.0.0",
"@types/mocha": "^10.0.6",
"@web/dev-server-esbuild": "^1.0.2",
"@web/test-runner": "^0.18.0",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-visual-regression": "^0.9.0",
"cspell": "^8.3.2",
"dependency-cruiser": "^16.2.0",
"esbuild": "^0.20.0",
"istanbul-smart-text-reporter": "^1.1.3",
"markdown-code-example-inserter": "^0.3.3",
"npm-check-updates": "~16.12.3",
"prettier": "^3.2.2",
"prettier-plugin-interpolated-html-tags": "^1.0.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-multiline-arrays": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.10",
"prettier-plugin-sort-json": "^3.1.0",
"prettier-plugin-toml": "^2.0.1",
"type-fest": "^4.10.2",
"typedoc": "^0.25.8",
"typescript": "^5.3.3",
"virmator": "^11.3.2",
"vite": "^4.5.2",
"vite-tsconfig-paths": "^4.3.1"
}
}