18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "@strpc/def",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./types": "./dist/types.js"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"build": "tsc --build"
|
|
},
|
|
"type": "module",
|
|
"author": "Hide_D <hided62@gmail.com>",
|
|
"license": "MIT"
|
|
}
|