-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "@plusnew/core",
"version": "1.7.12",
"description": "ts component framework with an typesecure and functional approach",
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"prepublishOnly": "jest --coverage --no-cache",
"test": "jest --coverage --no-cache",
"test:watch": "jest --watch --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plusnew/core.git"
},
"author": "Carlo Jeske",
"license": "MIT",
"bugs": {
"url": "https://github.com/plusnew/core/issues"
},
"homepage": "https://github.com/plusnew/core#readme",
"dependencies": {},
"devDependencies": {
"@plusnew/driver-dom": "^1.5.2",
"@preact/signals-core": "^1.7.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.2",
"typescript": "5.5.3"
},
"peerDependencies": {
"@preact/signals-core": "^1.2.3"
}
}