-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 947 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
32
33
{
"name": "md-to-html",
"version": "1.0.0",
"description": "",
"main": "./lib/index.min.js",
"scripts": {
"dev": "rollup -c build/rollup.dev.config.js --watch",
"lib": "rollup -c build/rollup.lib.config.js",
"exec": "nodemon ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lionad-Morotar/valy.git"
},
"author": "Lionad",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lionad-Morotar/valy/issues"
},
"homepage": "https://github.com/Lionad-Morotar/valy#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"eslint": "^6.2.2",
"eslint-config-standard": "latest",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-standard": "^4.0.0",
"rollup": "^1.14.4",
"rollup-plugin-babel": "^4.3.2"
}
}