-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 995 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
{
"name": "@harmoniclabs/pair",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "commonjs",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && tsc --project ./tsconfig.json && tsc-alias -p ./tsconfig.json",
"build:light": "tsc --project ./tsconfig.json && tsc-alias -p ./tsconfig.json",
"buidl": "npm run build"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "Harmonic Laboratories",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/HarmonicLabs/pair.git"
},
"bugs": {
"url": "https://github.com/HarmonicLabs/pair/issues"
},
"homepage": "https://github.com/HarmonicLabs/pair#readme",
"devDependencies": {
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.4",
"jest": "^29.4.3",
"tsc-alias": "^1.7.1",
"typescript": "^4.6.3"
}
}