-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.29 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.29 KB
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
34
35
36
37
38
39
40
41
{
"name": "kececisquares",
"version": "0.1.7",
"description": "Keçeci Binomial Squares (Keçeci Binom Kareleri): The Keçeci Binomial Square is a series of binomial coefficients forming a square region within Khayyam (مثلث خیام), Pascal, Binomial Triangle, selected from a specified starting row with defined size and alignment.",
"main": "index.js",
"scripts": {
"start": "node --experimental-specifier-resolution=node index.js",
"serve": "node --experimental-modules index.js",
"test": "jest",
"lint": "eslint .",
"build": "echo 'No JS build needed. Using Python build instead.' && exit 0",
"docs": "sphinx-build -b html docs/ docs/_build/html"
},
"repository": {
"type": "git",
"url": "https://github.com/WhiteSymmetry/kececisquares.git"
},
"keywords": [
"Kececi-square",
"kececisquares",
"Binomial",
"Kececi-karesi",
"kececikareleri",
"Kececikaresi",
"Binom"
],
"author": "Mehmet Keçeci",
"license": "AGPL3.0-or-later",
"bugs": {
"url": "https://github.com/WhiteSymmetry/kececisquares/issues"
},
"homepage": "https://github.com/WhiteSymmetry/kececisquares",
"dependencies": {
"express": "^4.18.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.56.0",
"jest": "^29.7.0"
}
}