33 lines
955 B
JSON
Executable file
33 lines
955 B
JSON
Executable file
{
|
|
"name": "@parcel/watcher",
|
|
"version": "1.12.1",
|
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/parcel-bundler/parcel.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"test": "cross-env NODE_ENV=test mocha",
|
|
"test-ci": "yarn build && yarn test",
|
|
"format": "prettier --write \"./{src,bin,test}/**/*.{js,json,md}\"",
|
|
"lint": "eslint . && prettier \"./{src,bin,test}/**/*.{js,json,md}\" --list-different",
|
|
"build": "babel src -d lib",
|
|
"prepublish": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@parcel/utils": "^1.11.0",
|
|
"chokidar": "^2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/babel-register": "^1.11.1",
|
|
"@parcel/fs": "^1.11.0",
|
|
"@parcel/test-utils": "^1.12.0",
|
|
"mocha": "^5.2.0"
|
|
},
|
|
"gitHead": "d9ec7af22f85134dc1a97fe00f35950f2fe1f57a"
|
|
}
|