-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 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": "@capnp-js/transform",
"version": "0.4.0",
"description": "Iterator Transform types.",
"main": "lib/index.js",
"scripts": {
"build": "gulp build",
"refresh": "rm -f package-lock.json && npm run clean && npm unpublish --force && rm -rf node_modules/@capnp-js/ && npm run build && npm publish",
"clean": "gulp clean",
"test-flow": "flow check --show-all-errors --strip-root",
"test": "npm run test-flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capnp-js/transform.git"
},
"author": "Tim Popham",
"license": "MIT",
"bugs": {
"url": "https://github.com/capnp-js/transform/issues"
},
"homepage": "https://github.com/capnp-js/transform#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"del": "^3.0.0",
"eslint-plugin-flowtype": "^3.2.0",
"flow-bin": "^0.89.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-ext-replace": "^0.3.0",
"gulp-uglify": "^3.0.1",
"rollup": "^1.0.0"
}
}