-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 813 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 813 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
37
{
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"prepare": "tsdx build",
"push": "npx np --no-release-draft --no-2fa"
},
"peerDependencies": {
"react": ">= 16.8.0"
},
"name": "react-ref-composer",
"author": "Torvin",
"module": "dist/react-ref-composer.esm.js",
"devDependencies": {
"@testing-library/react": "^11.2.6",
"@types/react": "^17.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {},
"repository": "github:Torvin/react-ref-composer"
}