-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
48
49
50
51
{
"name": "react-dwolla-iav",
"description": "React Wrapper for Dwolla IAV Widget",
"version": "2.1.13",
"author": "Jane",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "babel --extensions .tsx src/ -d lib/",
"format": "prettier --write \"src/*.tsx\"",
"postbuild": "tsc --emitDeclarationOnly 2>&1 >/dev/null || true",
"prebuild": "run-s -s clean test format",
"clean": "rm -rf lib && mkdir -p lib",
"preversion": "npm run build",
"test": "run-s -s test:lint",
"test:lint": "eslint --ext .tsx -c .eslintrc.json src"
},
"homepage": "https://github.com/jane/react-dwolla-iav#readme",
"repository": {
"type": "git",
"url": "https://github.com/jane/react-dwolla-iav.git"
},
"bugs": "https://github.com/jane/react-dwolla-iav/issues",
"keywords": [
"dwolla",
"iav",
"react"
],
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@types/react": "16.9.53",
"@types/react-dom": "16.9.8",
"eslint": "7.16.0",
"eslint-plugin-jane": "9.0.5",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"sortpack": "2.1.11",
"typescript": "4.1.3"
},
"engines": {
"node": ">=10.0.0"
}
}