UNPKG

841 BJSONView Raw
1{
2 "name": "sharec",
3 "version": "1.3.2",
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 "configuration",
13 "sharec",
14 "sharing",
15 "reusable code"
16 ],
17 "homapage": "https://lamartire.github.io/sharec/",
18 "author": "",
19 "license": "ISC",
20 "jest": {
21 "moduleDirectories": [
22 "node_modules",
23 "src"
24 ],
25 "moduleFileExtensions": [
26 "js",
27 "json"
28 ],
29 "coveragePathIgnorePatterns": [
30 "node_modules"
31 ]
32 },
33 "devDependencies": {
34 "callsites": "^3.0.0",
35 "jest": "^24.7.1",
36 "jest-cli": "^24.7.1",
37 "mock-fs": "^4.8.0"
38 },
39 "dependencies": {
40 "chalk": "^2.4.2",
41 "minimist": "^1.2.0"
42 },
43 "gitHead": "6a90240673a9d175e1a12361a2e1e6cedf9377cd"
44}