-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 1.23 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
{
"scripts": {
"test": "node test/index.js",
"performance": "node perf/index.js",
"lib": "babel --plugins @babel/plugin-transform-modules-commonjs node_modules/ses/src/{assert,*intrinsic*}.js --out-dir lib/",
"dist": "browserify --no-detect-globals --standalone 'Membrane' src/index.js > dist/index.js",
"lint": "npm run lint:standard && npm run lint:deps",
"lint:standard": "standard src/**/*.js",
"lint:fix": "standard src/**/*.js --fix",
"lint:deps": "depcheck --ignore-dirs=lib,dist --ignores='ses,babelify,@babel/plugin-transform-modules-commonjs'"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"babelify": "^10.0.0",
"benchmark": "^2.1.4",
"browserify": "^16.5.0",
"depcheck": "^0.9.2",
"fast-membrane": "pmdartus/fast-membrane#59c8a131249919f0f814d17767881a18c784ed87",
"observable-membrane": "^0.26.1",
"ses": "^0.7.3",
"standard": "^14.3.3",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
},
"name": "cytoplasm",
"version": "3.3.1",
"main": "src/index.js",
"repository": "[email protected]:kumavis/cytoplasm.git",
"author": "kumavis <[email protected]>",
"license": "MIT"
}