-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.13 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
{
"name": "handsign-multilingual",
"description": "HandSign multilingual library",
"version": "0.2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"author": {
"name": "Antonio Mudarra Machuca",
"email": "nonodev96@gmail.com",
"url": "https://github.com/nonodev96"
},
"repository": {
"type": "git",
"url": "https://github.com/nonodev96/handsign-multilingual"
},
"scripts": {
"dev:react": "npm run dev --workspace=examples/react",
"dev:package": "npm run dev --workspace=packages/handsign-multilingual",
"build:package": "npm run build --workspace=packages/handsign-multilingual",
"test": "",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
"prepare": "husky install"
},
"workspaces": [
"examples/react",
"packages/handsign-multilingual"
],
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"conventional-changelog-cli": "^5.0.0",
"husky": "^8.0.0"
}
}