-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 897 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
{
"name": "isomorphic-react-fittext",
"version": "1.3.2",
"main": "isomorphic-react-fittext.js",
"author": "Damian Green <damian@gcoders.com>",
"description": "React component that first text on the screen.",
"directories": {
"lib": "src"
},
"files": [
"package.json",
"isomorphic-react-fittext.d.ts",
"isomorphic-react-fittext.js"
],
"homepage": "https://github.com/damiangreen/isomorphic-react-fittext#readme",
"license": "MIT",
"repository": "github:damiangreen/isomorphic-react-fittext",
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc"
},
"types": "./isomorphic-react-fittext.d.ts",
"dependencies": {},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"ts-node": "^8.0.2",
"typescript": "^3.1.3"
}
}