You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
424 B
21 lines
424 B
{ |
|
"name": "dyna", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"matter-js": "^0.18.0", |
|
"typescript": "^4.6.4", |
|
"webpack": "^5.72.1" |
|
}, |
|
"devDependencies": { |
|
"@types/matter-js": "^0.17.7", |
|
"ts-loader": "^9.3.0", |
|
"webpack-cli": "^4.9.2" |
|
} |
|
}
|
|
|