-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.11 KB
/
package.json
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
42
43
44
45
{
"name": "@twistezo/react-text-scramble",
"version": "1.0.6",
"description": "React text scramble effect",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/twistezo/react-text-scramble.git"
},
"author": "twistezo",
"license": "MIT",
"keywords": [
"text",
"scramble",
"effect",
"react",
"typescript"
],
"bugs": {
"url": "https://github.com/twistezo/react-text-scramble/issues"
},
"homepage": "https://github.com/twistezo/react-text-scramble",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"prettier": "^2.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^4.0.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}