-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 833 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
{
"name": "linear-regression",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "parcel index.html",
"dev": "nodemon --ignore '.git'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seriy379/linear-regression.git"
},
"author": "seriy379",
"license": "ISC",
"bugs": {
"url": "https://github.com/seriy379/linear-regression/issues"
},
"homepage": "https://github.com/seriy379/linear-regression#readme",
"devDependencies": {
"@types/express": "^4.16.1",
"@types/morgan": "^1.7.35",
"@types/node": "^12.0.0",
"express": "^4.16.4",
"morgan": "^1.9.1",
"nodemon": "^1.19.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.4.5"
},
"dependencies": {}
}