Initialize project
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "oktaeder",
|
||||
"version": "0.1.0",
|
||||
"description": "3D rendering library for WebGPU",
|
||||
"keywords": ["3d", "gltf", "wegbpu"],
|
||||
"homepage": "https://github.com/iszn11/oktaeder",
|
||||
"bugs": {
|
||||
"url": "https://github.com/iszn11/oktaeder/issues"
|
||||
},
|
||||
"license": "MPL-2.0",
|
||||
"browser": "./dist/oktaeder.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/iszn11/oktaeder.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/oktaeder.d.ts",
|
||||
"import": "./dist/oktaeder.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user