-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "@roblox-ts/path-translator",
"version": "1.1.0",
"description": "PathTranslator for roblox-ts",
"main": "out/PathTranslator.js",
"repository": {
"type": "git",
"url": "https://github.com/roblox-ts/path-translator.git"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tspc -b",
"build-watch": "tspc -b -w",
"eslint": "eslint \"src/**/*.ts\" --max-warnings 0"
},
"author": "",
"license": "MIT",
"dependencies": {
"ajv": "^8.12.0",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-autofix": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"prettier": "^3.2.5",
"ts-patch": "^3.1.2",
"typescript": "5.3.3",
"typescript-transform-paths": "^3.4.6"
},
"publishConfig": {
"access": "public"
},
"files": [
"out",
"CHANGELOG.md",
"!**/*.js.map",
"!**/*.tsbuildinfo"
]
}