UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@parcel/core",
3 "version": "2.0.0-nightly.95+a63f3fc9",
4 "license": "MIT",
5 "publishConfig": {
6 "access": "public"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/parcel-bundler/parcel.git"
11 },
12 "main": "lib/index.js",
13 "source": "src/index.js",
14 "scripts": {
15 "test": "mocha",
16 "test-ci": "mocha"
17 },
18 "dependencies": {
19 "@parcel/cache": "2.0.0-nightly.97+a63f3fc9",
20 "@parcel/diagnostic": "2.0.0-nightly.97+a63f3fc9",
21 "@parcel/events": "2.0.0-nightly.97+a63f3fc9",
22 "@parcel/fs": "2.0.0-nightly.97+a63f3fc9",
23 "@parcel/logger": "2.0.0-nightly.97+a63f3fc9",
24 "@parcel/package-manager": "2.0.0-nightly.97+a63f3fc9",
25 "@parcel/plugin": "2.0.0-nightly.97+a63f3fc9",
26 "@parcel/source-map": "2.0.0-nightly.97+a63f3fc9",
27 "@parcel/types": "2.0.0-nightly.97+a63f3fc9",
28 "@parcel/utils": "2.0.0-nightly.97+a63f3fc9",
29 "@parcel/workers": "2.0.0-nightly.97+a63f3fc9",
30 "abortcontroller-polyfill": "^1.1.9",
31 "browserslist": "^4.6.6",
32 "clone": "^2.1.1",
33 "dotenv": "^7.0.0",
34 "dotenv-expand": "^5.1.0",
35 "json-source-map": "^0.6.1",
36 "json5": "^1.0.1",
37 "micromatch": "^4.0.2",
38 "nullthrows": "^1.1.1",
39 "semver": "^5.4.1"
40 },
41 "devDependencies": {
42 "graphviz": "^0.0.9",
43 "tempy": "^0.2.1"
44 },
45 "gitHead": "a63f3fc9726483219412920faeb255e035f90747"
46}