UNPKG

1.75 kBJSONView Raw
1{
2 "version": "6.0.3",
3 "name": "gcc-min",
4 "description": "Just write scripts for Node.js environment, then build to use in the browsers",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/ndaidong/gcc-min"
8 },
9 "author": "@ndaidong",
10 "bin": {
11 "gccmin": "builder/build.js"
12 },
13 "main": "./index.js",
14 "engines": {
15 "node": ">= 7.6"
16 },
17 "scripts": {
18 "lint": "eslint ./src ./test",
19 "nsp": "nsp check --output checkstyle",
20 "report": "nyc report --reporter=lcov > coverage.lcov && codecov",
21 "pretest": "npm run lint && npm run nsp && npm run build",
22 "tape": "nyc tape test/start.js | tap-spec",
23 "test": "DEBUG=gccmin:* npm run tape",
24 "posttest": "CODECOV_TOKEN=b7ad5ba4-6a46-4d1c-848f-f9011c18e16f npm run report",
25 "build": "node builder/build -e ../test/data/main.js -n xMath -f math -o ../test/data/output -p ../test/data/package.json",
26 "reset": "node reset"
27 },
28 "dependencies": {
29 "ajv": "^6.4.0",
30 "babel-core": "^6.26.3",
31 "babel-plugin-external-helpers": "^6.22.0",
32 "babel-plugin-transform-remove-strict-mode": "0.0.2",
33 "babel-preset-es2015-rollup": "^3.0.0",
34 "bellajs": "^7.2.0",
35 "debug": "^3.1.0",
36 "minimist": "^1.2.0",
37 "rollup": "^0.58.2",
38 "rollup-plugin-babel": "^3.0.4",
39 "rollup-plugin-cleanup": "^3.0.0-beta.1",
40 "rollup-plugin-commonjs": "^9.1.3",
41 "rollup-plugin-node-resolve": "^3.3.0",
42 "uglify-es": "^3.3.9"
43 },
44 "devDependencies": {
45 "codecov": "^3.0.1",
46 "eslint": "^4.19.1",
47 "eslint-config-goes": "^1.0.0",
48 "nsp": "^3.2.1",
49 "nyc": "^11.7.1",
50 "tap-spec": "^4.1.1",
51 "tape": "^4.9.0"
52 },
53 "keywords": [
54 "compile",
55 "minify",
56 "es6",
57 "util"
58 ],
59 "license": "MIT"
60}