-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 939 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
34
35
{
"name": "plugin-transform-miai-hybrid",
"version": "0.0.9",
"main": "build/index.js",
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"test": "jest --verbose --watchAll ",
"dev": "npm-run-all watch test",
"test-cov": "jest --verbose --coverage",
"test-once": "jest --verbose -u"
},
"author": "Yuandiaodiaodiao",
"license": "MIT",
"dependencies": {
"filewalker": "^0.1.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/node": "^13.9.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"babel-plugin-tester": "^8.0.1",
"gulp": "^4.0.0",
"jest": "^24.9.0",
"lodash": "^4.17.11",
"npm-run-all": "^4.1.5",
"rollup": "^2.1.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
}
}