forked from SongKimTB/ps-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 866 Bytes
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
{
"name": "@tbostest/ps-core",
"version": "0.0.3",
"description": "A package for ps-core.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"bump-version": "npm version patch --force",
"prepublishOnly": "npm run bump-version && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SongKimTB/ps-core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SongKimTB/ps-core/issues"
},
"homepage": "https://github.com/SongKimTB/ps-core#readme",
"peerDependencies": {
"nuxt": "^3.17.4",
"vue": "^3.5.14"
},
"devDependencies": {
"@nuxt/kit": "^3.17.4",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
}
}