mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 09:38:22 +00:00
30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"name": "@idraw/util",
|
|
"version": "0.4.0",
|
|
"description": "",
|
|
"main": "dist/esm/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"unpkg": "dist/index.global.js",
|
|
"types": "dist/esm/index.d.ts",
|
|
"files": [
|
|
"dist/**/*.ts",
|
|
"dist/**/*.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/idrawjs/idraw.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/idrawjs/idraw/issues"
|
|
},
|
|
"homepage": "https://github.com/idrawjs/idraw#readme",
|
|
"author": "idrawjs",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@idraw/types": "^0.4.0-alpha.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
}
|
|
}
|