123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "ypkgfiles",
- "version": "1.6.0",
- "description": "Yet another pkgfiles that generate pkg.files automatically",
- "dependencies": {
- "debug": "^2.6.1",
- "glob": "^7.1.1",
- "is-type-of": "^1.0.0",
- "resolve-files": "^1.0.0",
- "yargs": "^7.0.1"
- },
- "devDependencies": {
- "autod": "^2.7.1",
- "coffee": "^3.3.0",
- "egg-bin": "^1",
- "egg-ci": "^1.5.0",
- "eslint": "^3.17.1",
- "eslint-config-egg": "^3.2.0",
- "mz": "^2.6.0"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "scripts": {
- "start": "node index.js",
- "dev": "egg-bin dev",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "npm run lint && npm run cov",
- "autod": "autod"
- },
- "ci": {
- "version": "4, 6, 7"
- },
- "repository": {
- "type": "git",
- "url": "git@github.com:popomore/ypkgfiles.git"
- },
- "author": "popomore <sakura9515@gmail.com>",
- "license": "MIT",
- "bin": {
- "pkgfiles": "bin/pkgfiles.js",
- "ypkgfiles": "bin/ypkgfiles.js"
- },
- "files": [
- "index.js",
- "bin"
- ]
- }
|