-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 914 Bytes
/
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
{
"name": "@riim/rionite-packages",
"version": "1.0.0",
"description": "Реактивная обёртка над [custom-elements](https://www.w3.org/TR/custom-elements/).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Riim/Rionite.git"
},
"author": "Dmitry Vibe",
"license": "MIT",
"bugs": {
"url": "https://github.com/Riim/Rionite/issues"
},
"homepage": "https://github.com/Riim/Rionite#readme",
"workspaces": [ "packages/*" ],
"devDependencies": {
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^4.10.1",
"lerna": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {}
}