UNPKG

580 BJSONView Raw
1{
2 "name": "@fullstack-one/helper",
3 "version": "0.6.18",
4 "description": "fullstack.one helper package",
5 "main": "index.js",
6 "types": "lib/index.ts",
7 "scripts": {
8 "build": "tsc",
9 "prepublishOnly": "npm run build"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/fullstack-build/fullstack.one.git"
17 },
18 "keywords": [],
19 "license": "MIT",
20 "dependencies": {
21 "@fullstack-one/di": "^0.6.18",
22 "fast-glob": "^2.2.2"
23 },
24 "gitHead": "9273f98070c812395f5e1b9daf625fb829bda056"
25}