@frameworkdotjs/toolchains
Advanced tools
+7
-1
| { | ||
| "name": "@frameworkdotjs/toolchains", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "A collection of dependencies setting up development environment", | ||
| "repository": "https://github.com/frameworkdotjs/toolchains.git", | ||
| "main": "index.js", | ||
| "bin": { | ||
| "npm-run-all": "./node_modules/.bin/npm-run-all", | ||
| "run-p": "./node_modules/.bin/run-p", | ||
| "run-s": "./node_modules/.bin/run-s", | ||
| "rimraf": "./node_modules/.bin/rimraf" | ||
| }, | ||
| "keywords": [], | ||
@@ -8,0 +14,0 @@ "author": "Framework.js <https://github.com/frameworkdotjs>", |
2057
10.59%