rayjs/bindings/package.json

17 lines
297 B
JSON
Raw Permalink Normal View History

2023-05-06 21:43:40 +00:00
{
"name": "bindings",
"version": "1.0.1",
2023-05-06 21:43:40 +00:00
"description": "",
"scripts": {
"bindings:generate": "ts-node ./src/index.ts"
2023-05-06 21:43:40 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
2023-05-06 21:43:40 +00:00
}
}