-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 771 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
{
"name": "dash-react",
"version": "1.0.12",
"description": "",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"types": "lib/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"publish": "",
"test": "jest --config jestconfig.json"
},
"keywords": ["react", "typescript", "DASH", "dash.js", "react-testing-library", "jest"],
"author": "",
"license": "ISC",
"devDependencies": {
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"@types/react": "^17.0.0",
"jest": "^26.6.3",
"react-dom": "^17.0.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"dependencies": {
"dashjs": "^3.2.0",
"react": "^17.0.1"
}
}