-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "babel-plugin-object-styles-to-template",
"version": "0.2.2",
"description": "Babel plugin to transpile object styles to template literal",
"main": "index.js",
"license": "MIT",
"author": "Satyajit Sahoo <[email protected]>",
"repository": "[email protected]:satya164/babel-plugin-object-styles-to-template.git",
"bugs": {
"url": "https://github.com/satya164/babel-plugin-object-styles-to-template/issues"
},
"homepage": "https://github.com/satya164/babel-plugin-object-styles-to-template#readme",
"keywords": [
"react",
"css",
"css-in-js",
"styled-components",
"babel-plugin",
"babel"
],
"scripts": {
"lint": "eslint .",
"flow": "flow",
"test": "jest",
"release": "release-it"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"babel-plugin-tester": "^5.5.1",
"conventional-changelog-cli": "^2.0.5",
"dedent": "^0.7.0",
"eslint": "^5.6.0",
"eslint-config-satya164": "^2.0.1",
"flow-bin": "^0.81.0",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"release-it": "^7.6.1"
}
}