-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@ssethsara/react-three-npc",
"version": "1.2.7",
"description": "This is a non playerable character system for react three fiber based games. NPC will follow paths and target on navmesh. This system based on Yuka.js",
"main": "index.js",
"repository": {
"url": "https://github.com/ssethsara/react-three-npc"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@ssethsara"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react three fiber",
"ecctrl"
],
"author": "Supun Sethsara",
"license": "MIT",
"dependencies": {
"@react-three/fiber": "^8.15.12",
"three": "^0.160.0",
"yuka": "^0.7.8",
"zustand": "^4.4.7"
}
}