-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 937 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mnjs",
"version": "4.4.0",
"description": "MATH NODE JS (MNJS): A tiny math library for node.js & JavaScript on browser",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc -p . && npm run format",
"preversion": "npm run build",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dr-montasir/mnjs.git"
},
"keywords": [
"math",
"js",
"ts",
"javascript",
"typescript",
"nodejs",
"next.js",
"react",
"svelte",
"library",
"npm",
"yarn",
"jsdelivr",
"data science",
"data analysis"
],
"author": "Montasir Mirghani",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.17",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"bugs": {
"url": "https://github.com/dr-montasir/mnjs/issues"
},
"homepage": "https://github.com/dr-montasir/mnjs#readme"
}