-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 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": "@lambda-lambda-lambda/types",
"description": "L³ application TypeScript type definitions.",
"version": "0.0.3",
"exports": {
"./cli": {
"types": {
"import": "./src/cli.d.ts",
"require": "./src/cli.d.ts"
}
}
},
"scripts": {
"test": "eslint test/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambda-lambda-lambda/types.git"
},
"keywords": [
"lambda-lambda-lambda",
"typescript",
"types"
],
"bugs": {
"url": "https://github.com/lambda-lambda-lambda/types/issues"
},
"homepage": "https://github.com/lambda-lambda-lambda/types#readme",
"author": "Marc S. Brooks <devel@mbrooks.info> (https://mbrooks.info)",
"license": "MIT",
"devDependencies": {
"@lambda-lambda-lambda/cli": "^0.6.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-plugin-expect-type": "^0.4.0",
"typescript": "^5.4.5"
}
}