-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 988 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
39
40
41
42
43
{
"name": "affex",
"version": "0.12.0",
"description": "",
"homepage": "https://github.com/xzhayon/affex#readme",
"bugs": {
"url": "https://github.com/xzhayon/affex/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/xzhayon/affex.git"
},
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"/*.md",
"/dist/src",
"!**/*.test.*"
],
"scripts": {
"benchmark": "ts-node test/benchmark.ts",
"build": "tsc -b",
"clean": "rm -rf dist",
"release": "npm publish .",
"test": "jest --coverage"
},
"devDependencies": {
"@swc/core": "^1.5.7",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"effect": "^3.1.2",
"effection": "^3.0.3",
"jest": "^29.7.0",
"tinybench": "^2.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"publishConfig": {
"access": "public"
}
}