-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.08 KB
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
38
39
{
"name": "vect",
"private": true,
"type": "module",
"author": "Xaylam",
"license": "MIT",
"scripts": {
"upint": "pnpm up -i -r --latest",
"check": "pnpm outdated",
"chadd": "pnpm changeset add",
"ver": "pnpm changeset version",
"pub": "pnpm changeset publish",
"build": "rollup -c rollup.config.js",
"watch": "rollup -c rollup.config.js -w"
},
"devDependencies": {
"@acq/path": "^0.4.0",
"@analys/crostab": "^0.7.5",
"@aryth/rand": "^0.7.8",
"@changesets/cli": "^2.29.8",
"@foba/foo": "^0.6.1",
"@foba/matrix": "^0.6.1",
"@foba/matrix-number": "^0.6.1",
"@foba/object": "^0.6.1",
"@foba/object-string": "^0.6.1",
"@foba/util": "^0.6.1",
"@foba/vector": "^0.6.1",
"@foba/vector-number": "^0.6.1",
"@rollup/plugin-json": "^6.0.0",
"@spare/deco": "^0.16.29",
"@spare/logger": "^0.16.29",
"@spare/xr": "^0.16.29",
"@typen/num-strict": "^0.2.0",
"@valjoux/strategies": "^0.4.4",
"@valjoux/timestamp-pretty": "^0.4.4",
"rollup": "^4.55.1",
"rollup-plugin-fileinfo": "^0.3.8"
}
}