12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "@babylonjs/loaders",
- "version": "7.2.3",
- "main": "index.js",
- "module": "index.js",
- "types": "index.d.ts",
- "files": [
- "**/*.js",
- "**/*.d.ts",
- "**/*.map",
- "readme.md",
- "license.md"
- ],
- "scripts": {
- "build": "npm run clean && npm run compile",
- "clean": "rimraf dist && rimraf *.tsbuildinfo && rimraf \"./**/*.!(md|json|build.json|lts.json)\"",
- "compile": "tsc -b tsconfig.build.json && tsc -b tsconfig.lts.json",
- "postcompile": "build-tools -c add-js-to-es6"
- },
- "devDependencies": {
- "@babylonjs/core": "^7.2.3",
- "@dev/build-tools": "^1.0.0",
- "@lts/loaders": "^1.0.0",
- "babylonjs-gltf2interface": "^7.2.3"
- },
- "peerDependencies": {
- "@babylonjs/core": "^7.0.0",
- "babylonjs-gltf2interface": "^7.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"
- }
- }
|