UNPKG

775 BJSONView Raw
1{
2 "name": "common-shake",
3 "version": "1.5.1",
4 "description": "CommonJS Tree Shake",
5 "main": "lib/shake.js",
6 "repository": {
7 "type": "git",
8 "url": "git+ssh://git@github.com/indutny/common-shake.git"
9 },
10 "scripts": {
11 "lint": "eslint lib/*.js lib/**/*.js test/*.js",
12 "test": "mocha --reporter=spec test/*-test.js && npm run lint"
13 },
14 "files": [
15 "lib"
16 ],
17 "keywords": [
18 "commonjs",
19 "tree",
20 "shake"
21 ],
22 "author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
23 "license": "MIT",
24 "dependencies": {
25 "debug": "^2.6.8",
26 "escope": "^3.6.0"
27 },
28 "devDependencies": {
29 "acorn": "^5.0.3",
30 "acorn-dynamic-import": "^2.0.2",
31 "assert-text": "^1.1.2",
32 "eslint": "^4.1.1",
33 "mocha": "^3.4.2"
34 }
35}