forked from nullcc/ts-interface-keys-transformer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 764 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
{
"name": "ts-interface-keys-transformer",
"version": "2.3.2",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/nullcc/ts-interface-keys-transformer",
"bugs": "https://github.com/nullcc/ts-interface-keys-transformer/issues",
"scripts": {
"test": "tsc && node test/index.js && jest --coverage",
"build": "tsc",
"prepare": "npm run build",
"postversion": "git push && git push --tags"
},
"author": "Ethan Zhang",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.154",
"@types/node": "^12.0.7",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.9.3"
},
"dependencies": {
"lodash": "^4.17.15"
}
}