-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1014 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
34
35
36
37
38
39
40
41
42
{
"name": "emotion-rgba",
"version": "0.0.12",
"description": "Sass style rgba function for emotion css",
"repository": {
"type": "git",
"url": "https://github.com/Chris-Baker/Emotion-RGBA.git"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest --verbose",
"prepack": "npm ci && npm run build && npm run test",
"publish": "npm publish"
},
"keywords": [
"Emotion",
"CSS",
"RGBA"
],
"files": [
"dist/"
],
"author": "Chris Baker",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.5.5",
"@types/jest": "^26.0.22",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"typescript": "^4.2.3"
}
}