joycon-yaml-loader
Version:
A YAML loader for JoyCon.
63 lines (62 loc) • 1.52 kB
JSON
{
"name": "joycon-yaml-loader",
"version": "2.0.2",
"description": "A YAML loader for JoyCon.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf dist/",
"build": "tsc",
"lint": "tslint -p .",
"pretest": "npm run build",
"test": "npm run lint && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gluons/joycon-yaml-loader.git"
},
"keywords": [
"config",
"yml",
"yaml",
"loader",
"joycon",
"joycon-loader"
],
"author": "Saran Tanpituckpong <sarunta@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluons/joycon-yaml-loader/issues"
},
"homepage": "https://github.com/gluons/joycon-yaml-loader",
"peerDependencies": {
"joycon": "^1.0.0 || ^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.9",
"@types/js-yaml": "^3.12.0",
"@types/node": "6",
"@types/pify": "^3.0.2",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"joycon": "^2.2.4",
"rimraf": "^2.6.3",
"tslint": "^5.13.0",
"tslint-config-gluons": "^2.1.0",
"typescript": "^3.3.3333"
},
"dependencies": {
"js-yaml": "^3.12.2",
"pify": "^4.0.1"
},
"jest": {
"testEnvironment": "node"
}
}