-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 854 Bytes
/
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
{
"name": "babel-plugin-tailwind-dark",
"version": "1.3.2",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "babel src --out-dir lib --watch",
"build": "rm -rf lib && babel src --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wowlusitong/babel-plugin-tailwind-dark.git"
},
"keywords": [
"babel",
"babel-plugin",
"tailwind",
"dark",
"react"
],
"author": "Sitong Lu <wowlusitong@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wowlusitong/babel-plugin-tailwind-dark/issues"
},
"homepage": "https://github.com/wowlusitong/babel-plugin-tailwind-dark#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11"
}
}