forked from repalash/xatlas.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 941 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
{
"name": "xatlasjs-esm",
"version": "0.1.3",
"description": "",
"main": "dist/index.js",
"types": "dist/xatlas.d.ts",
"type": "module",
"scripts": {
"build": "npm run build:typecheck && npm run build:emcc && npm run build:types",
"build:typecheck": "tsc -p source/esm/tsconfig.json",
"build:emcc": "./build.sh",
"build:types": "cp source/esm/xatlas.d.ts dist"
},
"files": [
"dist/*",
"README.md",
"LICENSE"
],
"devDependencies": {
"file-loader": "^6.2.0",
"typescript": "^5.0.4",
"webidl2ts": "^1.0.4",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i12345/xatlasjs-esm.git"
},
"author": "Palash Bansal <palash@shaders.app>",
"license": "MIT",
"bugs": {
"url": "https://github.com/palashbansal96/xatlas/issues"
},
"homepage": "https://github.com/palashbansal96/xatlas#readme"
}