-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "@waldojeffers/transformer",
"version": "2.1.3",
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"test": "jest",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"author": "Waldo Jeffers",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.36",
"@babel/core": "^7.0.0-beta.36",
"@babel/preset-env": "^7.0.0-beta.36",
"babel-core": "bridge",
"babel-jest": "^23.0.1",
"conventional-changelog": "^2.0.1",
"eslint": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.1.0"
},
"dependencies": {},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WaldoJeffers/transformer.git"
},
"bugs": {
"url": "https://github.com/WaldoJeffers/transformer/issues"
},
"homepage": "https://github.com/WaldoJeffers/transformer#readme",
"description": ""
}