UNPKG

1.89 kBJSONView Raw
1{
2 "name": "@nodepack/service",
3 "version": "0.8.4",
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": ">=10"
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.8.4",
31 "@nodepack/app-migrator": "^0.8.4",
32 "@nodepack/env-check": "^0.8.3",
33 "@nodepack/fragment": "^0.8.2",
34 "@nodepack/maintenance": "^0.8.4",
35 "@nodepack/module": "^0.8.2",
36 "@nodepack/plugins-resolution": "^0.8.0",
37 "@nodepack/utils": "^0.8.3",
38 "@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
39 "@types/webpack-env": "^1.13.8",
40 "@zeit/webpack-asset-relocator-loader": "^0.1.12",
41 "cache-loader": "^4.1.0",
42 "chalk": "^3.0.0",
43 "cli-highlight": "^2.1.4",
44 "cliui": "^6.0.0",
45 "consola": "^2.11.3",
46 "cosmiconfig": "^6.0.0",
47 "deasync": "^0.1.19",
48 "dotenv": "^8.2.0",
49 "execa": "^4.0.0",
50 "find-up": "^4.1.0",
51 "fs-extra": "^8.1.0",
52 "hash-sum": "^2.0.0",
53 "inquirer": "^7.0.1",
54 "lodash": "^4.17.15",
55 "minimist": "^1.2.0",
56 "portfinder": "^1.0.25",
57 "source-map-support": "^0.5.16",
58 "string.prototype.padend": "^3.1.0",
59 "terser-webpack-plugin": "^2.3.1",
60 "thread-loader": "^2.1.3",
61 "webpack": "^5.0.0-beta.11",
62 "webpack-chain": "^6.3.0",
63 "webpack-node-externals": "^1.7.2"
64 },
65 "gitHead": "00af0363ebd6bda8aa6459a46d0368420e909416"
66}