-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 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
{
"name": "@corellium/ts-config",
"version": "1.0.8",
"description": "TypeScript Rules and Config for Corellium applications",
"main": "tsconfig.json",
"files": [
"tsconfig.json"
],
"scripts": {
"release": "auto shipit --base-branch=main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corellium/ts-config.git"
},
"keywords": [
"typescript",
"config",
"corellium"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "Hayden Bleasel <hello@haydenbleasel.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/corellium/ts-config/issues"
},
"homepage": "https://github.com/corellium/ts-config#readme",
"devDependencies": {
"auto": "^10.37.4"
},
"peerDependencies": {
"typescript": "^4.5.2",
"typescript-plugin-css-modules": "^3.4.0"
}
}