e1095b3d4a
* Use the music icons provided by lego in the music field editor
25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"name": "music",
|
|
"description": "The music library",
|
|
"files": [
|
|
"README.md",
|
|
"music.cpp",
|
|
"enums.d.ts",
|
|
"shims.d.ts",
|
|
"melodies.ts",
|
|
"music.ts",
|
|
"piano.ts",
|
|
"icons.jres",
|
|
"sounds.jres",
|
|
"sounds.ts",
|
|
"ns.ts"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"public": true,
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/music",
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
}
|
|
} |