-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 886 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 886 Bytes
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
{
"name": "@yumitoya8569/ts-array-sql",
"version": "1.0.2",
"description": "Typescript library help you manipulate array with SQL-like syntax (completely type support)",
"main": "index.ts",
"scripts": {
"build": "tsc",
"test": "nodemon test/test.ts"
},
"keywords": [
"typescript",
"array",
"sql"
],
"license": "MIT",
"author": "Yumitoya8569",
"contributors": [
"yumitoya8569"
],
"homepage": "https://github.com/Yumitoya8569/ts-array-sql",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Yumitoya8569/ts-array-sql.git"
},
"bugs": {
"url": "https://github.com/Yumitoya8569/ts-array-sql/issues"
},
"dependencies": {},
"devDependencies": {
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"@types/node": "^16.11.11",
"typescript": "^4.5.2"
},
"directories": {
"test": "test"
}
}