-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1023 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1023 Bytes
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
{
"name": "@plusnew/core",
"version": "1.6.2",
"description": "ts component framework with an typesecure and functional approach",
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"prepublishOnly": "yarn run test --no-cache",
"test": "jest --coverage",
"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.3.2",
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "4.1.3"
}
}