UNPKG

1.53 kBJSONView Raw
1{
2 "name": "async-endpoint",
3 "version": "0.0.21",
4 "description": "",
5 "private": false,
6 "main": "common.js",
7 "scripts": {
8 "test": "node --experimental-modules --harmony_dynamic_import --harmony_async_iteration tests/index.mjs",
9 "docs": "jsdoc2md js/index.js > docs/api.md && cat docs/preamble.md docs/intro.md docs/import.md docs/api.md > readme.md",
10 "type": "flow-remove-types --out-dir js/ flow/ --sourcemaps",
11 "flow": "flow",
12 "fix": "echo \"linting temporarliy disabled\" && : ",
13 "rollup": "rollup -c"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/johnhenry/async-endpoint"
18 },
19 "author": "john@iamjohnhenry.com",
20 "license": "MIT",
21 "devDependencies": {
22 "babel-eslint": "^8.0.2",
23 "babel-plugin-async-import": "^1.0.0-alpha.1",
24 "babel-plugin-transform-async-generator-functions": "6.24.1",
25 "babel-plugin-transform-es2015-destructuring": "^6.23.0",
26 "babel-preset-env": "1.6.1",
27 "babel-preset-react": "^6.24.1",
28 "babel-preset-stage-3": "^6.24.1",
29 "eslint": "^4.11.0",
30 "eslint-plugin-flowtype": "^2.39.1",
31 "flow-bin": "^0.59.0",
32 "flow-remove-types": "^1.2.3",
33 "git-hooks": "^1.1.9",
34 "jsdoc-to-markdown": "^3.0.1",
35 "tape": "github:johnhenry/tape#v4.9.0",
36 "babel-core": "6.26.0",
37 "babel-plugin-external-helpers": "6.22.0",
38 "rollup": "0.55.5",
39 "rollup-plugin-babel": "3.0.3",
40 "rollup-plugin-node-resolve": "3.0.2"
41 },
42 "dependencies": {
43 "rollup-plugin-node-builtins": "2.1.2"
44 }
45}