66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "@pixiv/three-vrm-springbone",
|
|
"version": "3.4.1",
|
|
"description": "Spring bone module for @pixiv/three-vrm",
|
|
"license": "MIT",
|
|
"author": "pixiv",
|
|
"files": [
|
|
"/lib/",
|
|
"/types/",
|
|
"LICENSE"
|
|
],
|
|
"type": "module",
|
|
"main": "lib/three-vrm-springbone.module.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./lib/three-vrm-springbone.module.js",
|
|
"require": "./lib/three-vrm-springbone.cjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pixiv/three-vrm.git",
|
|
"directory": "packages/three-vrm-springbone"
|
|
},
|
|
"scripts": {
|
|
"version": "yarn clean && yarn build",
|
|
"dev": "cross-env SERVE=1 yarn build-dev",
|
|
"clean": "rimraf docs/ lib/ types/",
|
|
"build": "yarn build-dev && yarn build-prod && yarn build-types",
|
|
"build-js": "node ../../bin/build.mjs",
|
|
"build-dev": "cross-env NODE_ENV=development yarn build-js",
|
|
"build-prod": "cross-env NODE_ENV=production yarn build-js",
|
|
"build-types": "tsc --project ./tsconfig.build-types.json",
|
|
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
|
|
"test": "jest",
|
|
"lint": "eslint \"src/**/*.{ts,tsx}\" && yarn lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
|
|
"lint-examples": "eslint \"examples/**/*.{js,html}\" --rule \"padded-blocks: error\"",
|
|
"lint-fix": "eslint \"src/**/*.{ts,tsx}\" --fix && eslint \"examples/**/*.{js,html}\" --fix && prettier \"src/**/*.{ts,tsx}\" --write"
|
|
},
|
|
"lint-staged": {
|
|
"./src/**/*.{ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"./examples/**/*.{js,html}": [
|
|
"eslint --fix --rule \"padded-blocks: error\""
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@pixiv/types-vrm-0.0": "3.4.1",
|
|
"@pixiv/types-vrmc-springbone-1.0": "3.4.1",
|
|
"@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/three": "^0.176.0",
|
|
"three": "^0.176.0"
|
|
},
|
|
"peerDependencies": {
|
|
"three": ">=0.137"
|
|
},
|
|
"gitHead": "52b29f643f3091ca3ae767a8464411f35e4fdfbd"
|
|
}
|