forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@azure-tools/datastore",
"version": "4.7.1",
"description": "Virtualized Filesystem with parsing and sourcemaps (AutoRest)",
"main": "./dist/main.js",
"typings": "./dist/main.d.ts",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/autorest.git"
},
"scripts": {
"watch": "tsc -p tsconfig.build.json --watch",
"build": "tsc -p tsconfig.build.json",
"lint:fix": "eslint ./src --fix --ext .ts",
"lint": "eslint ./src --ext .ts --max-warnings=0",
"prepare": "npm run build",
"test": "jest --watchAll --coverage=false",
"test:ci": "jest --ci",
"clean": "rimraf ./dist ./temp"
},
"keywords": [
"perks",
"async",
"autorest",
"azure",
"typescript"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest/issues"
},
"homepage": "https://github.com/Azure/autorest/tree/main/packages/libs/datastore",
"readme": "https://github.com/Azure/autorest/tree/main/packages/libs/datastore/readme.md",
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/lodash": "~4.14.168",
"@types/node": "~14.14.20",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint-plugin-jest": "~27.1.5",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-unicorn": "~44.0.2",
"eslint-plugin-import": "~2.26.0",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"typescript": "~4.9.3"
},
"dependencies": {
"@azure-tools/codegen": "~2.9.2",
"@azure-tools/json": "~1.2.3",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/uri": "~3.1.1",
"@azure-tools/yaml": "~1.1.1",
"@azure/logger": "^1.0.2",
"lodash": "~4.17.20",
"jsonpath-plus": "~6.0.1",
"source-map": "0.7.3"
}
}