UNPKG

578 BJSONView Raw
1{
2 "name": "@fullstack-one/helper",
3 "version": "0.7.9",
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.7.9",
22 "fast-glob": "^2.2.2"
23 },
24 "gitHead": "52738bc5379061a447b89afc623518658037d09b"
25}