-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ouxe",
"version": "1.0.9",
"main": "lib/ouxe.js",
"module": "lib/ouxe.mjs",
"source": "src/index.ts",
"engines": {
"node": ">=10.16.0"
},
"bin": {
"ouxe": "./lib/ouxe.js"
},
"files": [
"/lib",
"/templates"
],
"author": "Yurick <[email protected]>",
"license": "MIT",
"repository": "https://github.com/Yurickh/ouxe",
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "microbundle --target node",
"start": "microbundle watch",
"ouxe": "babel-node --extensions '.ts' -- ./src/index.ts",
"semantic-release": "semantic-release"
},
"dependencies": {
"covgen": "^3.1.2",
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.2",
"license": "^1.0.3",
"yargs": "^13.2.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/node": "^7.7.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@semantic-release/git": "^9.0.0",
"@types/fs-extra": "^8.0.1",
"@types/inquirer": "^6.5.0",
"@types/jest": "^24.0.22",
"@types/sha1": "^1.1.2",
"@types/yargs": "^13.0.2",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"babel-jest": "^24.1.0",
"clifford": "^2.0.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^4.1.0",
"husky": "^3.0.9",
"jest": "^24.1.0",
"jest-watch-typeahead": "^0.4.0",
"lint-staged": "^9.4.3",
"microbundle": "^0.12.0-next.6",
"prettier": "npm:@btmills/prettier",
"rollup": "^2.18.0",
"semantic-release": "^19.0.3",
"semantic-release-gitmoji": "^1.3.2",
"sha1": "^1.1.1",
"typescript": "^3.8.3"
}
}