-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 889 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 889 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
28
29
30
31
32
33
{
"name": "projectmanager",
"version": "1.0.0",
"description": "a project manager for projects",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashish-patwal/ProjectManager.git"
},
"keywords": [
"typescript"
],
"author": "ashish patwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashish-patwal/ProjectManager/issues"
},
"homepage": "https://github.com/ashish-patwal/ProjectManager#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"lite-server": "^2.5.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}