-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 847 Bytes
/
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
{
"name": "pretty-release",
"version": "0.6.1",
"description": "Prettify release notes ✨",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "ahanriat <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"test": "tsc && jest",
"tdd": "jest --watch"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.1.5",
"@types/jest": "^23.3.10",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^23.6.0",
"babel-plugin-module-resolver": "^3.1.1",
"jest": "^23.6.0",
"prettier": "^1.15.3",
"tslint": "5.11.0",
"tslint-config-prettier": "1.15.0",
"tslint-consistent-codestyle": "1.13.3",
"tslint-plugin-prettier": "1.3.0",
"typescript": "^3.2.1"
}
}