generated from akdasa-studios/template-lib
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
37
38
39
40
41
42
43
44
45
{
"name": "@akdasa-studios/shlokas-protocol",
"version": "0.0.6",
"description": "Library with interfaces describing the communication protocol between the client and the server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"./dist/index.js",
"./dist/index.d.ts"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"lint": "eslint ./lib --ext .ts",
"build": "webpack && tsc --emitDeclarationOnly --declaration --outDir ./.temp/api && api-extractor run --local && true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akdasa-studios/shlokas-protocol.git"
},
"author": "Advaita Kṛṣṇa Dāsa",
"license": "ISC",
"bugs": {
"url": "https://github.com/akdasa-studios/shlokas-protocol/issues"
},
"homepage": "https://github.com/akdasa-studios/shlokas-protocol#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.34.8",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.28.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"resolve-tspaths": "^0.8.3",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2"
}
}