UNPKG

1.04 kBJSONView Raw
1{
2 "name": "joycon",
3 "version": "2.2.2",
4 "description": "Load config with ease.",
5 "repository": {
6 "url": "egoist/joycon",
7 "type": "git"
8 },
9 "main": "lib/index.js",
10 "types": "types/index.d.ts",
11 "files": [
12 "lib",
13 "types/index.d.ts"
14 ],
15 "scripts": {
16 "test": "npm run lint && jest",
17 "lint": "xo",
18 "build": "babel src -d lib --no-comments",
19 "prepublishOnly": "npm run build"
20 },
21 "author": "egoist <0x142857@gmail.com>",
22 "license": "MIT",
23 "jest": {
24 "testEnvironment": "node"
25 },
26 "devDependencies": {
27 "@babel/cli": "^7.0.0",
28 "@babel/core": "^7.0.0",
29 "@babel/preset-env": "^7.0.0",
30 "@types/json5": "^0.0.29",
31 "@types/node": "^9.6.5",
32 "babel-core": "^7.0.0-bridge.0",
33 "babel-jest": "^22.4.3",
34 "babel-plugin-sync": "^0.1.0",
35 "eslint-config-rem": "^3.0.0",
36 "jest-cli": "^22.4.3",
37 "xo": "^0.18.0"
38 },
39 "xo": {
40 "extends": "rem",
41 "envs": [
42 "jest"
43 ],
44 "ignores": [
45 "lib/**"
46 ]
47 },
48 "engines": {
49 "node": ">=6"
50 }
51}