-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 KB
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
46
47
48
49
50
51
52
53
{
"name": "@dotmind/rn-shadow-generator",
"version": "1.0.4",
"description": "React Native Shadow Generator is a tool to quickly generate your shadow's Components. Tool builded by .mind team.",
"keywords": [
"dotmind",
"shadow",
"generator",
"react-native",
"react",
"native",
"ios",
"android",
"js",
"javascript"
],
"homepage": "https://github.com/dotmind/rn-shadow-generator",
"repository": {
"type": "git",
"url": "https://github.com/dotmind/rn-shadow-generator.git"
},
"author": "Anthony Lasserre <anthony@dotmind.io> (https://github.com/anthlasserre)",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc --project ./tsconfig.json",
"lint": "tslint --fix -p ./tsconfig.json",
"test": "jest"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"devDependencies": {
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^26.0.22",
"@types/react-native": "^0.64.2",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"react": "^17.0.2",
"react-native": "^0.64.0",
"react-test-renderer": "^17.0.2",
"tslint": "^6.1.3",
"typescript": "^4.2.4"
}
}