-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 927 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
{
"name": "strategysearch.components.react.renderer",
"version": "1.0.0",
"private": true,
"description": "React renderer package for StrategySearch.Components.",
"main": "./dist/index.js",
"scripts": {
"build": "npx tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DoctorLogicUS/strategysearch.components.react.renderer.git"
},
"author": "Robert Dennis",
"license": "ISC",
"bugs": {
"url": "https://github.com/DoctorLogicUS/strategysearch.components.react.renderer/issues"
},
"homepage": "https://github.com/DoctorLogicUS/strategysearch.components.react.renderer#readme",
"devDependencies": {
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"typescript": "^3.1.1"
},
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}