UNPKG

1.77 kBJSONView Raw
1{
2 "name": "sao",
3 "version": "0.22.15",
4 "description": "Futuristic project generator.",
5 "license": "MIT",
6 "repository": "saojs/sao",
7 "author": {
8 "name": "EGOIST",
9 "email": "0x142857@gmail.com",
10 "url": "github.com/egoist"
11 },
12 "engines": {
13 "node": ">=6"
14 },
15 "bin": "bin/sao",
16 "scripts": {
17 "test": "npm run lint && ava",
18 "lint": "xo"
19 },
20 "main": "lib/index.js",
21 "files": [
22 "lib",
23 "bin"
24 ],
25 "keywords": [
26 "generator",
27 "template",
28 "scaffolding",
29 "sao"
30 ],
31 "devDependencies": {
32 "ava": "^0.22.0",
33 "eslint-config-prettier": "^2.9.0",
34 "eslint-config-rem": "^3.2.0",
35 "eslint-plugin-prettier": "^2.3.1",
36 "prettier": "^1.9.2",
37 "xo": "^0.18.2"
38 },
39 "ava": {
40 "files": [
41 "test/**/*.test.js"
42 ]
43 },
44 "xo": {
45 "extends": [
46 "prettier",
47 "rem"
48 ],
49 "envs": [
50 "jest"
51 ],
52 "ignores": [
53 "docs/**",
54 "test/fixture/**",
55 "test/output/**"
56 ],
57 "rules": {
58 "guard-for-in": 0,
59 "prettier/prettier": "error"
60 },
61 "plugins": [
62 "prettier"
63 ]
64 },
65 "prettier": {
66 "singleQuote": true,
67 "semi": false
68 },
69 "dependencies": {
70 "boxen": "^1.2.2",
71 "cac": "^4.3.4",
72 "chalk": "^2.0.1",
73 "co": "^4.6.0",
74 "conf": "^1.1.2",
75 "cross-spawn": "^5.1.0",
76 "download-git-repo": "^1.0.1",
77 "filenamify": "^2.0.0",
78 "fs-extra": "^4.0.1",
79 "git-config-path": "^1.0.1",
80 "globby": "^6.1.0",
81 "jstransformer-handlebars": "^1.0.0",
82 "kopy": "^8.2.0",
83 "ora": "^1.3.0",
84 "parse-git-config": "^1.1.1",
85 "semver": "^5.4.1",
86 "text-table": "^0.2.0",
87 "tildify": "^1.2.0",
88 "update-notifier": "^2.2.0",
89 "user-home": "^2.0.0",
90 "yarn-install": "^0.5.1"
91 }
92}
\No newline at end of file