UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@spare/deco-crostab",
3 "version": "0.15.16",
4 "description": "A debugging tool",
5 "main": "dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/deco-crostab.test.js"
19 },
20 "dependencies": {
21 "@palett/presets": "^0.11.6",
22 "@spare/deco": "^0.15.16",
23 "@texting/enum-chars": "^0.1.13",
24 "@vect/enum-matrix-directions": "^0.6.13",
25 "@vect/matrix-index": "^0.7.20",
26 "@vect/vector-init": "^0.7.20"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/gadge/spare.git"
31 },
32 "keywords": [
33 "test",
34 "console",
35 "debug",
36 "print"
37 ],
38 "author": "Hoyeung Wong",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/gadge/spare"
42 },
43 "homepage": "https://github.com/gadge/spare#readme",
44 "gitHead": "e121779453066f16a664f4648547623055ec8bd5",
45 "devDependencies": {
46 "@vect/vector-index": "^0.7.20"
47 }
48}