UNPKG

715 BJSONView Raw
1{
2 "name": "sharec",
3 "version": "1.2.1",
4 "description": "",
5 "main": "./src/index.js",
6 "bin": "./bin/sharec",
7 "scripts": {
8 "test": "jest",
9 "test:watch": "jest --watch"
10 },
11 "keywords": [],
12 "author": "",
13 "license": "ISC",
14 "jest": {
15 "moduleDirectories": [
16 "node_modules",
17 "src"
18 ],
19 "moduleFileExtensions": [
20 "js",
21 "json"
22 ],
23 "coveragePathIgnorePatterns": [
24 "node_modules"
25 ]
26 },
27 "devDependencies": {
28 "callsites": "^3.0.0",
29 "jest": "^24.7.1",
30 "jest-cli": "^24.7.1",
31 "mock-fs": "^4.8.0"
32 },
33 "dependencies": {
34 "chalk": "^2.4.2",
35 "minimist": "^1.2.0"
36 },
37 "gitHead": "d895ec1b0c2d43c1235aeeefce656749170a0aff"
38}