UNPKG

3.07 kBJSONView Raw
1{
2 "name": "mili",
3 "version": "3.0.0",
4 "description": "Scaffolding with continuous control over the development of the project.",
5 "main": "src/mili.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/Val-istar-Guo/mili.git"
9 },
10 "bugs": {
11 "url": "https://github.com/Val-istar-Guo/mili/issues"
12 },
13 "homepage": "https://github.com/Val-istar-Guo/mili#readme",
14 "keywords": [
15 "mili",
16 "scaffold",
17 "template",
18 "templates",
19 "continuous"
20 ],
21 "author": "Val.istar.Guo <val.istar.guo@gmail.com>",
22 "license": "MIT",
23 "engines": {
24 "node": ">=8.9.4"
25 },
26 "bin": {
27 "mili": "./bin/mili"
28 },
29 "scripts": {
30 "clean": "rm -rf ./lib/*",
31 "ca": "git add -A && git-cz -av",
32 "commit": "git-cz",
33 "release": "standard-version",
34 "prepublish": "npm run build",
35 "postpublish": "git push",
36 "test": "ava --verbose",
37 "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
38 "prereport": "rm -rf .nyc_output coverage",
39 "report": "nyc --reporter=html --reporter=text-summary --skip-full ava",
40 "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix",
41 "prebuild": "npm run clean",
42 "build": "rollup -c",
43 "watch": "NODE_ENV=development rollup -c -w"
44 },
45 "devDependencies": {
46 "@commitlint/cli": "^8.0.0",
47 "@commitlint/config-conventional": "^8.0.0",
48 "@istanbuljs/nyc-config-typescript": "^0.1.3",
49 "@typescript-eslint/eslint-plugin": "^1.11.0",
50 "@typescript-eslint/parser": "^1.11.0",
51 "ava": "^2.1.0",
52 "awesome-typescript-loader": "^5.2.1",
53 "commitizen": "^3.1.1",
54 "coveralls": "^3.0.4",
55 "cz-conventional-changelog": "^2.1.0",
56 "eslint": "^6.0.1",
57 "husky": "^2.7.0",
58 "lint-staged": "^8.2.1",
59 "npm": "^6.9.2",
60 "nyc": "^14.1.1",
61 "prettier": "^1.18.2",
62 "proxyquire": "^2.1.0",
63 "rollup": "^1.16.3",
64 "rollup-plugin-auto-external": "^2.0.0",
65 "rollup-plugin-json": "^4.0.0",
66 "rollup-plugin-string": "^3.0.0",
67 "rollup-plugin-ts-paths": "^1.0.3",
68 "rollup-plugin-typescript": "^1.0.1",
69 "sinon": "^7.3.2",
70 "source-map-support": "^0.5.12",
71 "standard-version": "^6.0.1",
72 "ts-node": "^8.3.0",
73 "tsconfig-paths": "^3.8.0",
74 "typescript": "^3.5.2"
75 },
76 "dependencies": {
77 "@types/cosmiconfig": "^5.0.3",
78 "@types/diff": "^4.0.2",
79 "@types/fs-extra": "^8.0.0",
80 "@types/js-yaml": "^3.12.1",
81 "@types/micromatch": "^3.1.0",
82 "@types/node": "^12.0.10",
83 "@types/ramda": "^0.26.12",
84 "@types/semver": "^6.0.1",
85 "ajv": "^6.10.0",
86 "ajv-keywords": "^3.4.0",
87 "chalk": "^2.4.2",
88 "commander": "^2.20.0",
89 "cosmiconfig": "^5.2.1",
90 "diff": "^4.0.1",
91 "ejs": "^2.6.2",
92 "fs-extra": "^8.1.0",
93 "inquirer": "^6.4.1",
94 "js-yaml": "^3.13.1",
95 "log4js": "^4.4.0",
96 "merge-deep": "^3.0.2",
97 "micromatch": "^4.0.2",
98 "mustache": "^3.0.1",
99 "ramda": "^0.26.1",
100 "semver": "^6.1.2",
101 "simple-git": "^1.116.0",
102 "ts-custom-error": "^3.1.0",
103 "validate-npm-package-name": "^3.0.0"
104 }
105}