UNPKG

@ember/optional-features

Version:
54 lines (53 loc) 1.28 kB
{ "name": "@ember/optional-features", "version": "2.1.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon" ], "repository": { "type": "git", "url": "git+https://github.com/emberjs/ember-optional-features.git" }, "license": "MIT", "contributors": [ "Godfrey Chan <godfreykfc@gmail.com>" ], "directories": { "doc": "doc", "test": "tests" }, "scripts": { "build": "ember build", "lint:js": "eslint . --cache", "start": "ember serve", "test": "qunit tests/**/*-test.js" }, "dependencies": { "chalk": "^4.1.2", "ember-cli-version-checker": "^5.1.2", "glob": "^7.1.7", "inquirer": "^7.3.3", "mkdirp": "^1.0.4", "silent-error": "^1.1.1" }, "devDependencies": { "broccoli-test-helper": "^2.0.0", "ember-cli": "~3.23.0", "ember-cli-dependency-checker": "^3.2.0", "eslint": "^7.32.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "execa": "^4.0.3", "prettier": "^2.3.2", "qunit": "^2.16.0", "release-plan": "^0.7.1" }, "engines": { "node": "10.* || 12.* || >= 14" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }