@babylonjs/core
Version:
Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.
47 lines (46 loc) • 1.24 kB
JSON
{
"name": "@babylonjs/core",
"version": "8.4.0",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"files": [
"**/*.js",
"**/*.d.ts",
"**/*.map",
"**/*.wasm",
"readme.md",
"license.md",
"NOTICE.md"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf dist && rimraf *.tsbuildinfo -g && rimraf \"./**/*.!(cmd|md|json|build.json|lts.json|tasks.json|cjs)\" -g",
"compile": "tsc -b tsconfig.build.json && tsc -b tsconfig.lts.json",
"postcompile": "build-tools -c run-tasks",
"watch": "node ./watcher.cjs"
},
"devDependencies": {
"@dev/build-tools": "^1.0.0",
"@lts/core": "^1.0.0"
},
"keywords": [
"3D",
"javascript",
"html5",
"webgl",
"babylon.js"
],
"license": "Apache-2.0",
"esnext": "index.js",
"type": "module",
"sideEffects": true,
"homepage": "https://www.babylonjs.com",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
},
"bugs": {
"url": "https://github.com/BabylonJS/Babylon.js/issues"
}
}