forked from ember-decorators/ember-decorators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 Bytes
/
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
34
{
"name": "@ember-decorators/ember-decorators",
"private": true,
"description": "Core library for Ember Decorators",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"lint:js": "eslint .",
"start": "yarn workspace ember-decorators start",
"test": "yarn workspace ember-decorators test",
"dtslint": "lerna run dtslint",
"node-test": "yarn workspace ember-decorators node-test",
"try": "ember try:one"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"ember-cli": "^3.4.2",
"ember-cli-babel": "^7.1.3",
"ember-source-channel-url": "^1.1.0",
"ember-try": "^1.1.0",
"eslint": "^4.19.1",
"eslint-plugin-ember": "^6.0.0",
"eslint-plugin-node": "^8.0.0",
"lerna": "^3.0.0"
},
"resolutions": {
"**/tough-cookie": "~2.4.0"
},
"engines": {
"node": "6.* || >= 7.*"
}
}