-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 750 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 750 Bytes
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
{
"name": "react-rss-dev",
"version": "1.0.0",
"description": "react-rss-dev package",
"main": "./dist/index.js",
"repository": "https://github.com/jindra12/react-rss.git",
"author": "Jan Jindráček",
"license": "MIT",
"scripts": {
"build": "rm ./dist/index.js ./dist/index.d.ts ./dist/components/* ./dist/utils/* ./dist/types.d.ts ./dist/types.js; yarn tsc",
"test": "yarn jest --watch"
},
"devDependencies": {
"@types/jest": "^26.0.9",
"@types/node-fetch": "^2.5.7",
"@types/react-dom": "^16.9.8",
"jest": "^26.3.0",
"matchto": "^1.8.0",
"ts-jest": "^26.1.4",
"tslint": "^6.1.2",
"typescript": "^3.8.3"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}