-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
46
47
{
"version": "0.0.1",
"description": "Babel plugin to add displayName to your styled component",
"repository": {
"type": "git",
"url": "git+https://github.com/afzalsayed96/babel-plugin-transform-stitches-display-name.git"
},
"name": "babel-plugin-transform-stitches-display-name",
"author": "Afzal Sayed",
"main": "lib/index.js",
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.4",
"mocha": "^8.1.3"
},
"scripts": {
"clean": "rm -rf lib",
"build": "babel src -d lib",
"test": "mocha --require @babel/register",
"test:watch": "npm run test -- --watch",
"prepublish": "npm run clean && npm run build"
},
"keywords": [
"babel-plugin",
"styled",
"stitches",
"react"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/afzalsayed96/babel-plugin-transform-stitches-display-name/issues"
},
"homepage": "https://github.com/afzalsayed96/babel-plugin-transform-stitches-display-name#readme",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
}
}