ruffle/web/packages/core/package.json

26 lines
645 B
JSON
Raw Normal View History

{
"name": "ruffle-core",
"version": "0.1.0",
"description": "Core bindings for Ruffle",
"license": "(MIT OR Apache-2.0)",
"private": true,
"scripts": {
2020-05-17 22:37:33 +00:00
"build": "webpack",
"prepare": "webpack",
2020-05-17 22:37:33 +00:00
"test": "mocha"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^7.13.0",
"mocha": "^8.0.1",
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"webpack": "^5.1.3",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"@types/source-map": "^0.5.2"
}
}