-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 851 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
39
{
"name": "ruby-ts",
"version": "0.0.2",
"description": "Bring Ruby methods to JavaScript/TypeScript",
"repository": {
"type": "git",
"url": "git+https://github.com/Gao-Jun/ruby-ts.git"
},
"bugs": {
"url": "https://github.com/Gao-Jun/ruby-ts/issues"
},
"homepage": "https://github.com/Gao-Jun/ruby-ts",
"main": "dist/ruby.js",
"files": [
"dist",
"CHANGES.md"
],
"type": "module",
"scripts": {
"build": "tsc",
"eslint": "eslint .",
"test": "jest"
},
"keywords": [
"ruby",
"util"
],
"author": "GAO Jun",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}