16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"name": "@dop251/types-goja_nodejs-global",
|
|
"version": "0.0.1-rc2",
|
|
"types": "globals.d.ts",
|
|
"scripts": {
|
|
"test": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "next"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dop251/goja_nodejs.git"
|
|
},
|
|
"private": false
|
|
}
|