mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "ani-cursor",
|
|
"version": "0.0.5",
|
|
"description": "Render .ani cursors as CSS animations in the browser",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"src/**/*.ts"
|
|
],
|
|
"author": "Jordan Eldredge <jordan@jordaneldredge.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/captbaritone/webamp.git",
|
|
"directory": "packages/ani-cursor"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/captbaritone/webamp/issues"
|
|
},
|
|
"homepage": "https://github.com/captbaritone/webamp/tree/master/packages/ani-cursor",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"prepublish": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/preset-env": "^7.12.7",
|
|
"@babel/preset-typescript": "^7.12.7",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"byte-data": "18.1.1",
|
|
"riff-file": "^1.0.3"
|
|
},
|
|
"jest": {
|
|
"modulePathIgnorePatterns": [
|
|
"dist"
|
|
],
|
|
"testEnvironment": "jsdom"
|
|
}
|
|
}
|