20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"name": "@yizhi/cv",
|
|
"version": "1.0.4",
|
|
"releaseVersion": "1.0.3",
|
|
"main": "dist/index.js",
|
|
"types": "typing/index.d.ts",
|
|
"scripts": {
|
|
"build": "rm -rf dist typing && tsc",
|
|
"watch": "tsc -w --inlineSourceMap"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.5",
|
|
"cmake-js": "^7.3.0",
|
|
"node-addon-api": "^8.3.1"
|
|
}
|
|
} |