UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@arayutw/matrix-pointer",
3 "version": "0.0.1",
4 "description": "This is a library that assists in focusing on any position of a matrix and moving relative or absolute to that position.",
5 "keywords": [
6 "matrix",
7 "focus",
8 "pointer"
9 ],
10 "homepage": "https://github.com/arayutw/matrix-pointer",
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/arayutw/matrix-pointer.git"
14 },
15 "bugs": {
16 "url": "https://github.com/arayutw/matrix-pointer/issues"
17 },
18 "main": "dist/scripts/matrix-pointer.cjs.js",
19 "module": "dist/scripts/matrix-pointer.esm.js",
20 "scripts": {
21 "build": "node_modules/typescript/bin/tsc -d;node run/build.mjs",
22 "test": "node node_modules/jest/bin/jest"
23 },
24 "author": "Yuta Arai <arayutw@gmail.com>",
25 "license": "MIT",
26 "dependencies": {
27 "@arayutw/emitter-import": "^0.0.2",
28 "@babel/core": "^7.21.0",
29 "@babel/preset-env": "^7.20.2",
30 "@rollup/plugin-babel": "^6.0.3",
31 "@rollup/plugin-node-resolve": "^15.0.1",
32 "@rollup/plugin-typescript": "^11.1.0",
33 "babel-loader": "^9.1.2",
34 "esbuild": "^0.17.10",
35 "jest": "^29.5.0",
36 "rollup": "^3.18.0",
37 "rollup-plugin-dts": "^5.2.0",
38 "rollup-plugin-esbuild": "^5.0.0",
39 "ts-jest": "^29.1.0",
40 "tslib": "^2.5.0",
41 "typescript": "^4.9.5",
42 "uglify-js": "^3.17.4"
43 },
44 "exports": {
45 ".": {
46 "types": "./dist/types/index.d.ts",
47 "require": "./dist/scripts/matrix-pointer.cjs.js",
48 "import": "./dist/scripts/matrix-pointer.esm.js",
49 "default": "./dist/scripts/matrix-pointer.esm.js"
50 }
51 },
52 "publishConfig": {
53 "access": "public"
54 }
55}
\No newline at end of file