-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 781 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 781 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
{
"name": "practical-work",
"version": "1.0.0",
"description": "Практическая работа по предмету \"Теория принятия решения\".",
"main": "index.js",
"scripts": {
"start": "parcel ./index.html -p 5000 --open",
"build": "parcel build ./index.html",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Agnaev/practical-work.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Agnaev/practical-work/issues"
},
"homepage": "https://github.com/Agnaev/practical-work#readme",
"devDependencies": {
"parcel-bundler": "^1.12.4",
"typescript": "^4.6.3"
},
"dependencies": {
"normalize.css": "^8.0.1"
}
}