forked from roblox-aurora/rbxts-transform-env
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "rbxts-transform-env",
"version": "0.4.0",
"description": "Transformer for Roblox TypeScript compiler that allows getting values of process.env as string literals",
"main": "out/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roblox-aurora/rbxts-transform-env.git"
},
"keywords": [],
"author": "vorlias",
"license": "MIT",
"bugs": {
"url": "https://github.com/roblox-aurora/rbxts-transform-env/issues"
},
"homepage": "https://github.com/roblox-aurora/rbxts-transform-env#readme",
"dependencies": {
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"typescript": "^4.1.2"
},
"devDependencies": {
"@rbxts/types": "^1.0.428",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.2.1",
"@types/node": "^14.14.11"
}
}