-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 784 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 784 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
{
"name": "python_prac",
"version": "1.0.0",
"description": "Python is a very popular coding language. Little people use it for serious projects, but it is still useful to learn. It was created in 1991 by `Guido van Rossum`. Look at a few uses of python:",
"main": "index.js",
"dependencies": {
"prettier": "^2.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pretty": "prettier --write \"./**/*.{js,jsx,py,md,html,css}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgoonz/PYTHON_PRAC.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgoonz/PYTHON_PRAC/issues"
},
"homepage": "https://github.com/bgoonz/PYTHON_PRAC#readme"
}