项目搭建
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@yizhi/ffmpeg",
|
||||
"version": "1.0.1",
|
||||
"releaseVersion": "1.0.1",
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user