UNPKG

1.8 kBJSONView Raw
1{
2 "name": "@nodepack/service",
3 "version": "0.4.10",
4 "description": "Local service powering Nodepack",
5 "author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/Akryum/nodepack.git"
10 },
11 "bugs": {
12 "url": "https://github.com/Akryum/nodepack/issues"
13 },
14 "homepage": "https://github.com/Akryum/nodepack#readme",
15 "publishConfig": {
16 "access": "public"
17 },
18 "engines": {
19 "node": ">=8.12"
20 },
21 "bin": {
22 "nodepack-service": "src/bin/nodepack-service.js"
23 },
24 "typings": "types/index.d.ts",
25 "scripts": {
26 "test": "yarn test:lint",
27 "test:lint": "eslint src"
28 },
29 "dependencies": {
30 "@nodepack/app-context": "^0.4.7",
31 "@nodepack/app-migrator": "^0.4.10",
32 "@nodepack/env-check": "^0.4.0",
33 "@nodepack/fragment": "^0.4.5",
34 "@nodepack/maintenance": "^0.4.9",
35 "@nodepack/module": "^0.4.0",
36 "@nodepack/utils": "^0.4.9",
37 "@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
38 "@types/webpack-env": "^1.13.8",
39 "@zeit/webpack-asset-relocator-loader": "^0.1.12",
40 "cache-loader": "^4.1.0",
41 "chalk": "^2.4.2",
42 "cli-highlight": "^2.1.1",
43 "cliui": "^5.0.0",
44 "cosmiconfig": "^5.2.1",
45 "dotenv": "^8.0.0",
46 "execa": "^2.0.4",
47 "find-up": "^4.1.0",
48 "fs-extra": "^8.1.0",
49 "hash-sum": "^2.0.0",
50 "inquirer": "^6.5.1",
51 "lodash": "^4.17.15",
52 "minimist": "^1.2.0",
53 "portfinder": "^1.0.21",
54 "source-map-support": "^0.5.13",
55 "string.prototype.padend": "^3.0.0",
56 "terser-webpack-plugin": "^1.4.1",
57 "thread-loader": "^2.1.3",
58 "webpack": "^5.0.0-alpha.20",
59 "webpack-chain": "^6.0.0",
60 "webpack-node-externals": "^1.7.2"
61 },
62 "gitHead": "87ef7bc78f2439becbfa85f0759a627aff530223"
63}