generated from akdasa-studios/template-lib
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@akdasa-studios/framework-sync",
"version": "0.2.7",
"description": "Template",
"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": {
"test": "jest && stryker run",
"test:unit": "jest",
"test:mutational": "stryker run",
"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/framework-sync.git"
},
"author": "Advaita Kṛṣṇa Dāsa",
"license": "ISC",
"bugs": {
"url": "https://github.com/akdasa-studios/framework-sync/issues"
},
"homepage": "https://github.com/akdasa-studios/framework-sync#readme",
"dependencies": {
"@akdasa-studios/framework": "0.5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@stryker-mutator/core": "^6.4.1",
"@stryker-mutator/jest-runner": "^6.4.1",
"@stryker-mutator/typescript-checker": "^6.4.1",
"@types/jest": "^29.4.4",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"resolve-tspaths": "^0.8.8",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
}
}