๐Ÿ“ฆ daymxn / LuaQuaternion

๐Ÿ“„ package.json ยท 37 lines
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
29
30
31
32
33
34
35
36
37{
  "name": "@rbxts/luaquaternion",
  "version": "2.1.3",
  "description": "A quaternion library for Roblox",
  "keywords": [
    "quaternion",
    "LuaQuaternion",
    "roblox-ts",
    "lua"
  ],
  "main": "src/init.lua",
  "typings": "src/index.d.ts",
  "files": [
    "src"
  ],
  "repository": {
    "type": "github",
    "url": "git+https://github.com/probablytukars/LuaQuaternion.git"
  },
  "bugs": {
    "url": "https://github.com/probablytukars/LuaQuaternion/issues"
  },
  "homepage": "https://probablytukars.github.io/LuaQuaternion/",
  "author": "tukars",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}