forked from Faroese-Telecom/Test-Component-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 996 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
{
"name": "test-component-builder",
"version": "0.2.3",
"description": "A component builder used for testing. Mainly built for testing react components but is not limited to react.",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && node node_modules/@babel/cli/bin/babel.js src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Faroese-Telecom/Test-Component-Builder.git"
},
"keywords": [
"react",
"jest",
"testing"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Faroese-Telecom/Test-Component-Builder/issues"
},
"homepage": "https://github.com/Faroese-Telecom/Test-Component-Builder#readme",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"rimraf": "^2.6.2",
"eslint": "^5.9.0"
}
}