-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 KB
/
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
45
46
47
{
"name": "graphic-math",
"version": "1.11.13",
"description": "a library to deal with all mathematic need in computer graphic",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"./dist/index.js",
"./dist/index.d.ts"
],
"scripts": {
"build": "webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezarostaminikoo/graphic-math.git"
},
"keywords": [
"math",
"graphic",
"computer",
"graphic",
"vector",
"matrix",
"triangulation"
],
"author": "Reza Rostaminikoo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rezarostaminikoo/graphic-math/issues"
},
"homepage": "https://github.com/rezarostaminikoo/graphic-math#readme",
"devDependencies": {
"@types/jest": "^29.5.5",
"dts-bundle": "^0.7.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"predefined-ds": "^1.4.0"
}
}