-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 975 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 975 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": "@prisma-capacity/babel-plugin-react-display-name",
"version": "1.0.6",
"description": "Automatically add displayName properties to your React project.",
"main": "dist/index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/prisma-capacity/babel-plugin-react-display-name"
},
"scripts": {
"build": "babel src --extensions .ts --out-dir dist --delete-dir-on-start",
"test": "jest",
"lint": "tsc -p src && tsc -p tests && prettier --loglevel warn --write \"**/*.{ts,tsx,js,json,md}\""
},
"keywords": [
"babel-plugin",
"react"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@types/jest": "^24.0.23",
"@types/node": "^10.0.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"typescript": "^3.7.3"
}
}