-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathpackage.json
38 lines (38 loc) · 899 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
35
36
37
38
{
"name": "eslint-plugin-warp-drive",
"description": "ESLint rules for Applications using WarpDrive or EmberData",
"main": "./src/index.js",
"version": "0.0.2-alpha.135",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/emberjs/data.git",
"directory": "packages/eslint-plugin-warp-drive"
},
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"requireindex": "^1.2.0"
},
"devDependencies": {
"@warp-drive/internal-config": "workspace:*",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/core": "^7.26.9",
"eslint": "^9.22.0",
"mocha": "^11.1.0"
},
"files": [
"src",
"docs",
"CHANGELOG.md",
"README.md",
"logos",
"LICENSE.md"
],
"scripts": {
"test": "mocha tests",
"lint": "eslint . --quiet --cache --cache-strategy=content"
},
"license": "MIT"
}