-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 KB
/
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
39
40
41
42
43
44
{
"name": "spectral-function-past-tense",
"version": "1.0.7",
"description": "Test Spectral values for past tense.",
"main": "./dist/index.js",
"repository": "https://github.com/kevinswiber/spectral-function-past-tense",
"homepage": "https://github.com/kevinswiber/spectral-function-past-tense",
"files": [
"dist"
],
"keywords": [
"openapi",
"asyncapi",
"spectral"
],
"author": "Kevin Swiber <kswiber@gmail.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "tsc --build && cp -r ./src/en-pos ./dist/",
"watch": "tsc --watch"
},
"dependencies": {
"change-case": "^4.1.2",
"en-inflectors": "^1.0.12",
"en-lexicon": "^1.0.11"
},
"devDependencies": {
"@stoplight/spectral-formats": "^1.0.1",
"@stoplight/spectral-rulesets": "^1.3.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.3",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}